mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 22:22:51 -04:00
staging: lustre: Remove space in function call.
This patch fixes the following checkpatch.pl warning:
WARNING: space prohibited between function name and open parenthesis '('
Signed-off-by: Navya Sri Nizamkari <navyasri.tech@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
fe0eb1729e
commit
629ecb5b3a
@@ -1605,7 +1605,7 @@ void ll_update_inode(struct inode *inode, struct lustre_md *md)
|
||||
struct lov_stripe_md *lsm = md->lsm;
|
||||
struct ll_sb_info *sbi = ll_i2sbi(inode);
|
||||
|
||||
LASSERT ((lsm != NULL) == ((body->valid & OBD_MD_FLEASIZE) != 0));
|
||||
LASSERT((lsm != NULL) == ((body->valid & OBD_MD_FLEASIZE) != 0));
|
||||
if (lsm != NULL) {
|
||||
if (!lli->lli_has_smd &&
|
||||
!(sbi->ll_flags & LL_SBI_LAYOUT_LOCK))
|
||||
|
||||
Reference in New Issue
Block a user