From: Yiannis Pericleous Date: Sun, 29 Apr 2007 02:04:54 +0000 (-0400) Subject: mmap: coding style: reformated a line longer than 80 chars X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=730afa84bf6c49f93dd6729142e1a748c5e47d1a;p=unionfs-odf.git mmap: coding style: reformated a line longer than 80 chars --- diff --git a/fs/unionfs/mmap.c b/fs/unionfs/mmap.c index 3de7757ff1..99b3b2f9e9 100644 --- a/fs/unionfs/mmap.c +++ b/fs/unionfs/mmap.c @@ -220,7 +220,8 @@ int unionfs_commit_write(struct file *file, struct page *page, unsigned from, */ old_fs = get_fs(); set_fs(KERNEL_DS); - err = vfs_write(lower_file, page_data + from, bytes, &lower_file->f_pos); + err = vfs_write(lower_file, page_data + from, bytes, + &lower_file->f_pos); set_fs(old_fs); kunmap(page);