[PATCH] staging: lustre: make functions only used locally static

2015-07-19 Thread Kolbeinn Karlsson
Add a static modifier to two functions that have no separate declaration and are only used within the file they are defined in. This problem was reported by sparse. Signed-off-by: Kolbeinn Karlsson --- drivers/staging/lustre/lustre/ptlrpc/events.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH] Staging: rtl8192e: Fixed unnecessary line continuation.

2015-01-31 Thread Kolbeinn Karlsson
Fixed a coding style issue. Signed-off-by: Kolbeinn Karlsson --- drivers/staging/rtl8192e/rtllib_module.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib_module.c b/drivers/staging/rtl8192e/rtllib_module.c index 91e98e8..0cf3809 100644