mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
staging: lustre: lclient: glimpse.c fixing coding style issues
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e72f412b74
commit
df47bd43f7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user