Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: pohmelfs: fix comments, spaces and TAB coding style issue in netfs.h

This is a patch to the netfs.h file that fixed up a TAB and spaces
Errors found by the checkpatch.pl tools, like
ERROR: spaces required around that '=' (ctx:VxV)
and
ERROR: do not use C99 // comments

Signed-off-by: Ruslan Pisarev <ruslan@rpisarev.org.ua>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Ruslan Pisarev and committed by
Greg Kroah-Hartman
9b835ea8 3420bc94

+3 -2
+3 -2
drivers/staging/pohmelfs/netfs.h
··· 305 305 }; 306 306 307 307 struct netfs_trans; 308 - typedef int (* netfs_trans_complete_t)(struct page **pages, unsigned int page_num, 308 + typedef int (*netfs_trans_complete_t)(struct page **pages, unsigned int page_num, 309 309 void *private, int err); 310 310 311 311 struct netfs_state; ··· 911 911 pohmelfs_mcache_free(psb, m); 912 912 } 913 913 914 - //#define POHMELFS_TRUNCATE_ON_INODE_FLUSH 914 + /*#define POHMELFS_TRUNCATE_ON_INODE_FLUSH 915 + */ 915 916 916 917 #endif /* __KERNEL__*/ 917 918