From 7ee038c6011973afa3fc71f11d0ed41d63d93376 Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Fri, 1 Jun 2007 00:01:03 -0400 Subject: [PATCH] properly format a multi line comment Signed-off-by: Erez Zadok --- fs/unionfs/mmap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.43.0