From: Erez_Zadok Date: Fri, 1 Jun 2007 04:01:03 +0000 (-0400) Subject: properly format a multi line comment X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=e122e07c7acc641b1d44ec57b1fe553aa6dee4b7;p=unionfs-2.6.34.y.git properly format a multi line comment Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/mmap.c b/fs/unionfs/mmap.c index 944740dd32a..f979683410b 100644 --- a/fs/unionfs/mmap.c +++ b/fs/unionfs/mmap.c @@ -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