git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ae015b
)
staging: lustre: lustre: ptlrpc: Fix pointer declaration
author
Hema Prathaban
<hemaklnce@gmail.com>
Wed, 13 Aug 2014 10:52:41 +0000
(16:22 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:18 +0000
(12:23 -0700)
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>
No differences found