mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 16:26:41 +09:00
staging: lustre: Added space between type name and *
Fixes the following checkpatch error: ERROR: "(foo*)" should be "(foo *)" Signed-off-by: Srikrishan Malik <srikrishanmalik@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ee990b3368
commit
c35e01ff08
@@ -218,7 +218,7 @@ int mdc_find_cbdata(struct obd_export *exp,
|
||||
struct ldlm_res_id res_id;
|
||||
int rc = 0;
|
||||
|
||||
fid_build_reg_res_name((struct lu_fid*)fid, &res_id);
|
||||
fid_build_reg_res_name((struct lu_fid *)fid, &res_id);
|
||||
rc = ldlm_resource_iterate(class_exp2obd(exp)->obd_namespace, &res_id,
|
||||
it, data);
|
||||
if (rc == LDLM_ITER_STOP)
|
||||
|
||||
Reference in New Issue
Block a user