drivers: staging: lustre: fix sparse warnings / delete unused function
authorBenedict Boerger <benedict.boerger@cs.tu-dortmund.de>
Fri, 8 Aug 2014 16:26:22 +0000 (18:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:11 +0000 (12:23 -0700)
commit714340db24b8b34dd9befc87db0e8c51040a4a7f
tree9c3442c9f1e571de7e8f0d314df5669b6767420d
parentca4e82966635d0b43cf668db036c0b9e9cc67b7c
drivers: staging: lustre: fix sparse warnings / delete unused function

drivers: staging: lustre: fix sparse warning: symbol XYZ was
not declared. Should it be static?

This was done by declaring them static. This could be done because the functions
were used only in this file.

Deleted the function lnet_print_text_bufs because it were unused.

Compiled without an error.
Done to complete a eudyptula task.

Signed-off-by: Benedict Boerger <benedict.boerger@cs.tu-dortmund.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/config.c
This page took 0.024831 seconds and 5 git commands to generate.