Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: lustre: Fix space required before the open parenthesis

This patch fixes space required before the open parenthesis in lustre
driver.

Signed-off-by: Tugce Sirin <ztugcesirin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Tugce Sirin and committed by
Greg Kroah-Hartman
88005c5f 9e93d7ad

+2 -2
+2 -2
drivers/staging/lustre/lustre/mdc/mdc_locks.c
··· 121 121 struct ldlm_lock *lock; 122 122 struct inode *new_inode = data; 123 123 124 - if(bits) 124 + if (bits) 125 125 *bits = 0; 126 126 127 127 if (!*lockh) ··· 196 196 fid_build_reg_res_name(fid, &res_id); 197 197 198 198 res = ldlm_resource_get(ns, NULL, &res_id, 0, 0); 199 - if(res == NULL) 199 + if (res == NULL) 200 200 return 0; 201 201 202 202 lock_res(res);