From 714340db24b8b34dd9befc87db0e8c51040a4a7f Mon Sep 17 00:00:00 2001 From: Benedict Boerger Date: Fri, 8 Aug 2014 18:26:22 +0200 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed