Commit 9b835ea8 authored by Ruslan Pisarev's avatar Ruslan Pisarev Committed by Greg Kroah-Hartman

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: default avatarRuslan Pisarev <ruslan@rpisarev.org.ua>
Acked-by: default avatarEvgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 3420bc94
...@@ -305,7 +305,7 @@ struct pohmelfs_inode { ...@@ -305,7 +305,7 @@ struct pohmelfs_inode {
}; };
struct netfs_trans; struct netfs_trans;
typedef int (* netfs_trans_complete_t)(struct page **pages, unsigned int page_num, typedef int (*netfs_trans_complete_t)(struct page **pages, unsigned int page_num,
void *private, int err); void *private, int err);
struct netfs_state; struct netfs_state;
...@@ -911,7 +911,8 @@ static inline void pohmelfs_mcache_put(struct pohmelfs_sb *psb, ...@@ -911,7 +911,8 @@ static inline void pohmelfs_mcache_put(struct pohmelfs_sb *psb,
pohmelfs_mcache_free(psb, m); pohmelfs_mcache_free(psb, m);
} }
//#define POHMELFS_TRUNCATE_ON_INODE_FLUSH /*#define POHMELFS_TRUNCATE_ON_INODE_FLUSH
*/
#endif /* __KERNEL__*/ #endif /* __KERNEL__*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment