mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02: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:
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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user