[PATCH v2] staging/lustre: Different prototypes between the declaration and the definition

2014-09-04 Thread Loïc Pellegrino
copy_from_user() - Before the commit 73bb1da692d0dc3e93b9c9e29084d6a5dcbc37a6, the declaration and the definition had the same prototype, but only the .c has been updated. Correcting this will remove a sparse error and add sparse warnings. This is a task of the Eudyptula challenge. Signed-off-by: Loïc

[PATCH] staging/lustre: Different prototypes between the declaration and the definition

2014-09-04 Thread Loïc Pellegrino
: Loïc Pellegrino --- drivers/staging/lustre/lustre/include/lprocfs_status.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/include/lprocfs_status.h b/drivers/staging/lustre/lustre/include/lprocfs_status.h index 05b5285..ccb6cd4 100644 --- a/drivers

[PATCH] staging: rtl8192u: Fix indentation problems

2014-04-06 Thread Loïc Pellegrino
Fix coding style problems (incorrect indentation). Signed-off-by: Loïc Pellegrino --- drivers/staging/rtl8192u/r8190_rtl8256.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8192u/r8190_rtl8256.c b/drivers/staging/rtl8192u/r8190_rtl8256.c index