properly format a multi line comment
authorErez_Zadok <ezk@cs.sunysb.edu>
Fri, 1 Jun 2007 04:01:03 +0000 (00:01 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 12 Jan 2009 23:20:31 +0000 (18:20 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/mmap.c

index 944740dd32ad9ce08772639e284912e9d5efc4f8..f979683410ba16124b4188e22911bf77dc534418 100644 (file)
@@ -270,7 +270,8 @@ int unionfs_commit_write(struct file *file, struct page *page, unsigned from,
        page_data = (char *)kmap(page);
        lower_file->f_pos = (page->index << PAGE_CACHE_SHIFT) + from;
 
-       /* SP: I use vfs_write instead of copying page data and the
+       /*
+        * SP: I use vfs_write instead of copying page data and the
         * prepare_write/commit_write combo because file system's like
         * GFS/OCFS2 don't like things touching those directly,
         * calling the underlying write op, while a little bit slower, will