mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 00:42:56 -04:00
Staging: lustre: lustre: ptlrpc: Add space
ERROR: "(foo*)" should be "(foo *)".That's why add space together. That Error found with checkpatch.pl Signed-off-by: Hatice ERTURK <haticeerturk27@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e867919757
commit
cf9cac2286
@@ -811,8 +811,8 @@ struct req_capsule;
|
||||
.rmf_name = (name), \
|
||||
.rmf_flags = (flags), \
|
||||
.rmf_size = (size), \
|
||||
.rmf_swabber = (void (*)(void*))(swabber), \
|
||||
.rmf_dumper = (void (*)(void*))(dumper) \
|
||||
.rmf_swabber = (void (*)(void *))(swabber), \
|
||||
.rmf_dumper = (void (*)(void *))(dumper) \
|
||||
}
|
||||
|
||||
struct req_msg_field RMF_GENERIC_DATA =
|
||||
|
||||
Reference in New Issue
Block a user