From: Hatice ERTÜRK Date: Fri, 27 Feb 2015 19:54:22 +0000 (+0200) Subject: Staging: lustre: lustre: ptlrpc: Add space X-Git-Tag: firefly_0821_release~176^2~1998^2~138^2~829 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cf9cac2286b61f1b5ed0da01daa4e574e491ad92;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/ptlrpc/layout.c b/drivers/staging/lustre/lustre/ptlrpc/layout.c index bbef666b1d16..44ae2f13ea90 100644 --- a/drivers/staging/lustre/lustre/ptlrpc/layout.c +++ b/drivers/staging/lustre/lustre/ptlrpc/layout.c @@ -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 =