On 2019-05-15, at 15:14:51 +0200, Greg KH wrote: > On Wed, May 15, 2019 at 12:14:33PM +0100, Jeremy Sowden wrote: > > Changed: > > > > for (...) { > > ... > > if (expr) { > > ... > > } > > } > > > > into: > > > > for (...) { > > ... > > if (!expr) > > continue; > > ... > > } > > > > in order to reduce indentation of conditional block. Fixed > > indentation of cases blocks at the same time. > > > > Signed-off-by: Jeremy Sowden <jeremy@xxxxxxxxxx> > > Reviewed-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > > --- > > drivers/staging/kpc2000/kpc2000/cell_probe.c | 43 +++++++++++--------- > > 1 file changed, 24 insertions(+), 19 deletions(-) > > Always be sure to cc: the proper maintainer and developers for your > patches. Otherwise they might get lost in the noise of a mailing > list... Understood. Thanks, J.
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel