On Sat, Apr 05, 2014 at 08:24:04PM +0200, Camille Bordignon wrote: > This fixes coding style warning "Missing a blank line after > declarations" in files sep_dev.h and sep_crypto.c. > > Signed-off-by: Camille Bordignon <camille.bordignon@xxxxxxxxx> > --- > diff --git a/drivers/staging/sep/sep_crypto.c b/drivers/staging/sep/sep_crypto.c > index 965485f..415f8ec 100644 > --- a/drivers/staging/sep/sep_crypto.c > +++ b/drivers/staging/sep/sep_crypto.c > @@ -93,6 +93,7 @@ static void sep_do_callback(struct work_struct *work) > { > struct sep_work_struct *sep_work = container_of(work, > struct sep_work_struct, work); > + > if (sep_work != NULL) { > (sep_work->callback)(sep_work->data); > kfree(sep_work); Tabs got converted all to spaces here, making it impossible to apply your patch :( Can you try this again after fixing up your email client? thanks, greg k-h _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel