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)
commit0028d585b4f491948c3e732293f5aa781aee1ee9
tree13f594b527ae8959f7428c65393a82febf591526
parent0ae015be950d498def53a429f50f3ca4f4ed482f
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
This page took 0.025228 seconds and 5 git commands to generate.