[PATCH] staging:lustre:lnet:lnet Function must be static

sunwxg sun.wxg at gmail.com
Sun Nov 16 13:24:44 UTC 2014


From: Sun Wang <sun.wxg at gmail.com>

Function must be static if function will not be used in other files.

Signed-off-by: Sun Wang <sun.wxg at gmail.com>

---
 drivers/staging/lustre/lnet/lnet/{module.c.org => module.c} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/lnet/lnet/module.c.org b/drivers/staging/lustre/lnet/lnet/module.c
index e84d59d..4ca7b1d 100644
--- a/drivers/staging/lustre/lnet/lnet/module.c.org
+++ b/drivers/staging/lustre/lnet/lnet/module.c
@@ -43,7 +43,7 @@ MODULE_PARM_DESC(config_on_load, "configure network at module load");
 
 static struct mutex lnet_config_mutex;
 
-int
+static int
 lnet_configure(void *arg)
 {
 	/* 'arg' only there so I can be passed to cfs_create_thread() */


More information about the devel mailing list