Commit 88005c5f authored by Tugce Sirin's avatar Tugce Sirin Committed by Greg Kroah-Hartman

Staging: lustre: Fix space required before the open parenthesis

This patch fixes space required before the open parenthesis in lustre
driver.
Signed-off-by: default avatarTugce Sirin <ztugcesirin@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9e93d7ad
...@@ -121,7 +121,7 @@ int mdc_set_lock_data(struct obd_export *exp, __u64 *lockh, void *data, ...@@ -121,7 +121,7 @@ int mdc_set_lock_data(struct obd_export *exp, __u64 *lockh, void *data,
struct ldlm_lock *lock; struct ldlm_lock *lock;
struct inode *new_inode = data; struct inode *new_inode = data;
if(bits) if (bits)
*bits = 0; *bits = 0;
if (!*lockh) if (!*lockh)
...@@ -196,7 +196,7 @@ int mdc_null_inode(struct obd_export *exp, ...@@ -196,7 +196,7 @@ int mdc_null_inode(struct obd_export *exp,
fid_build_reg_res_name(fid, &res_id); fid_build_reg_res_name(fid, &res_id);
res = ldlm_resource_get(ns, NULL, &res_id, 0, 0); res = ldlm_resource_get(ns, NULL, &res_id, 0, 0);
if(res == NULL) if (res == NULL)
return 0; return 0;
lock_res(res); lock_res(res);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment