On Mon, Mar 23, 2015 at 12:14:17AM +0100, Michel von Czettritz wrote: > This patch fixes "WARNING: Missing a blank line after declaration" > checkpatch.pl warnings. > > Signed-off-by: Michel von Czettritz <michel.von.czettritz@xxxxxxxxx> > --- > drivers/staging/sm750fb/sm750.c | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/drivers/staging/sm750fb/sm750.c b/drivers/staging/sm750fb/sm750.c > index 90dc801..870bf6f 100644 > --- a/drivers/staging/sm750fb/sm750.c > +++ b/drivers/staging/sm750fb/sm750.c > @@ -61,6 +61,7 @@ static char *g_option = NULL; > static inline void myspin_lock(spinlock_t *sl) > { > struct lynx_share *share; > + These introduces new checkpatch warnings. Use checkpatch.pl on your own patches. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html