]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: lustre: fix checkpatch issue regarding pointer coding style
authorKristina Martsenko <kristina.martsenko@gmail.com>
Mon, 11 Nov 2013 20:42:32 +0000 (22:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Nov 2013 09:38:25 +0000 (18:38 +0900)
commite630a6bcf18079b2ab6b03d55c9757e8ef6656b6
tree18be20429dfb1479e19dc07ee2c3a56cf974d027
parent7f1d15a819f01c0abc5763c522d537b9e3ef40fe
staging: lustre: fix checkpatch issue regarding pointer coding style

Fix the following checkpatch error:
ERROR: "(foo*)" should be "(foo *)"

Signed-off-by: Kristina Martsenko <kristina.martsenko@gmail.com>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdecho/echo_client.c