aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/pohmelfs/netfs.h
diff options
context:
space:
mode:
authorRuslan Pisarev <ruslan@rpisarev.org.ua>2010-03-14 18:00:08 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:35:41 -0700
commit9b835ea87b43354d6bd053fba7f79cc84b588a3d (patch)
tree71870f822e3c7e6a74548e92449e3d1295f6bf1d /drivers/staging/pohmelfs/netfs.h
parentStaging: pohmelfs: fix spaces and TAB coding style issue in dir.c (diff)
downloadlinux-dev-9b835ea87b43354d6bd053fba7f79cc84b588a3d.tar.xz
linux-dev-9b835ea87b43354d6bd053fba7f79cc84b588a3d.zip
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>
Diffstat (limited to 'drivers/staging/pohmelfs/netfs.h')
-rw-r--r--drivers/staging/pohmelfs/netfs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/staging/pohmelfs/netfs.h b/drivers/staging/pohmelfs/netfs.h
index 01cba006e07a..35c898a3a9dd 100644
--- a/drivers/staging/pohmelfs/netfs.h
+++ b/drivers/staging/pohmelfs/netfs.h
@@ -305,7 +305,7 @@ struct pohmelfs_inode {
};
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);
struct netfs_state;
@@ -911,7 +911,8 @@ static inline void pohmelfs_mcache_put(struct pohmelfs_sb *psb,
pohmelfs_mcache_free(psb, m);
}
-//#define POHMELFS_TRUNCATE_ON_INODE_FLUSH
+/*#define POHMELFS_TRUNCATE_ON_INODE_FLUSH
+ */
#endif /* __KERNEL__*/