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:
4331123
)
Staging: lustre: lnet: selftest: Made a function static.
author
Heena Sirwani
<heenasirwani@gmail.com>
Wed, 1 Oct 2014 09:09:51 +0000
(14:39 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 16:58:15 +0000
(09:58 -0700)
The following patch makes a function static as it was not used by other
files.
The patch fixes the warning:
WARNING: symbol 'brw_fill_bulk' was not declared. Should it be
static?
The above warning was reported by sparse.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found