]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: lustre: ptlrpc: Fix pointer declaration
authorHema Prathaban <hemaklnce@gmail.com>
Wed, 13 Aug 2014 10:52:41 +0000 (16:22 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:18 +0000 (12:23 -0700)
commit1ebf85fe32656d6b050bab51429454072211282e
tree13f594b527ae8959f7428c65393a82febf591526
parent0593fd6667a8ea2386ad0993e6c41bd92d43760e
staging: lustre: lustre: ptlrpc: Fix pointer declaration

This patch fixes the following checkpatch.pl issue in client.c:
ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: Hema Prathaban <hemaklnce@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/client.c