mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 07:42:38 -04:00
Staging: lustre: Corrected code indentation
This patch fixes these warning messages found by checkpatch.pl: WARNING: suspect code indent for conditional statements(8,15) Signed-off-by: aybuke ozdemir <aybuke.147@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
cea812cd69
commit
ef075edcc9
@@ -2822,7 +2822,7 @@ int ll_have_md_lock(struct inode *inode, __u64 *bits, ldlm_mode_t l_req_mode)
|
||||
int i;
|
||||
|
||||
if (!inode)
|
||||
return 0;
|
||||
return 0;
|
||||
|
||||
fid = &ll_i2info(inode)->lli_fid;
|
||||
CDEBUG(D_INFO, "trying to match res "DFID" mode %s\n", PFID(fid),
|
||||
|
||||
Reference in New Issue
Block a user