[PATCH] staging: rtl8821ae: fix sparse warning for static declarations

2014-09-24 Thread Mathieu OTHACEHE
t declared. Should it be static? drivers/staging/rtl8821ae/pci.c:2105:21: warning: symbol 'hw_export' was not declared. Should it be static? Signed-off-by: Mathieu OTHACEHE --- This patch is part of task 16 of the eudyptula challenge drivers/staging/rtl8821ae/pci.c | 18 +

[PATCH] staging: lustre: Fix space prohibited between function name and open parenthesis

2014-09-02 Thread Mathieu OTHACEHE
This patch fixes the following checkpatch.pl warning in lnet/lnet/lib-eq.c: WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Mathieu OTHACEHE --- This patch is part of task 10 of the eudyptula challenge drivers/staging/lustre/lnet/lnet/lib