]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
staging: lustre: lclient: glimpse.c fixing coding style issues
authorAnil Belur <askb23@gmail.com>
Wed, 18 Jun 2014 08:23:49 +0000 (18:23 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jun 2014 22:37:13 +0000 (15:37 -0700)
Fixed "ERROR: need consistent spacing around '+' (ctx:WxV)"

Signed-off-by: Anil Belur <askb23@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/lclient/glimpse.c

index 7bbca4bf6b82aa3dd31049738e8aa3eb1411a544..f669645473a5cd91a1b6fe73cdc8ba9a06e87047 100644 (file)
@@ -177,7 +177,7 @@ static int cl_io_get(struct inode *inode, struct lu_env **envout,
                        io->ci_obj = clob;
                        *envout = env;
                        *ioout  = io;
-                       result = +1;
+                       result = 1;
                } else
                        result = PTR_ERR(env);
        } else