Re: [PATCH] NFS: nfs4_fs.h: Fix for checkpatch warnings

2014-12-27 Thread Trond Myklebust
On Sat, Dec 27, 2014 at 6:30 AM, Koshy George wrote: > This patch fix checkpatch warning for nfs4_fs.h > > fs/nfs/nfs4_fs.h:134: ERROR: "foo * bar" should be "foo *bar" > fs/nfs/nfs4_fs.h:416: ERROR: "foo * bar" should be "foo *bar" > > Signed-off-by: Koshy George > [Being first patch, need s

Re: [PATCH] NFS: nfs4_fs.h: Fix for checkpatch warnings

2014-12-27 Thread Sudip Mukherjee
On Sat, Dec 27, 2014 at 04:30:57AM -0700, Koshy George wrote: > This patch fix checkpatch warning for nfs4_fs.h > > fs/nfs/nfs4_fs.h:134: ERROR: "foo * bar" should be "foo *bar" > fs/nfs/nfs4_fs.h:416: ERROR: "foo * bar" should be "foo *bar" > > Signed-off-by: Koshy George > [Being first patch

[PATCH] NFS: nfs4_fs.h: Fix for checkpatch warnings

2014-12-27 Thread Koshy George
This patch fix checkpatch warning for nfs4_fs.h fs/nfs/nfs4_fs.h:134: ERROR: "foo * bar" should be "foo *bar" fs/nfs/nfs4_fs.h:416: ERROR: "foo * bar" should be "foo *bar" Signed-off-by: Koshy George [Being first patch, need some assistance] --- fs/nfs/nfs4_fs.h | 4 ++-- 1 file changed, 2