Re: [PATCH] staging: rtl8187se: Fix warning symbol should be static

2014-04-07 Thread Jonas Hahnfeld
Am Montag, den 07.04.2014, 01:34 + schrieb Stefan Lippers-Hollmann: > Hi > > On Sunday 06 April 2014, Josh Triplett wrote: > > On Sun, Apr 06, 2014 at 05:46:04PM +0200, Jonas Hahnfeld wrote: > > > This patch solves some sparse warnings about "symbol [...] was not

[PATCH] staging: rtl8187se: Fix warning symbol should be static

2014-04-06 Thread Jonas Hahnfeld
This patch solves some sparse warnings about "symbol [...] was not declared. Should it be static?" by including the correct header files. Signed-off-by: Jonas Hahnfeld --- Tested by compile only drivers/staging/rtl8187se/ieee80211/ieee80211_crypt.c | 1 + drivers/staging

[PATCH] staging: keucr: Fix warning about missing blank lines after declarations

2014-03-26 Thread Jonas Hahnfeld
This patches fixes two warnings of checkpatch.pl, both of the type WARNING: Missing a blank line after declarations Signed-off-by: Jonas Hahnfeld --- drivers/staging/keucr/smilsub.c | 1 + drivers/staging/keucr/transport.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/staging