On Mon, Jul 27, 2015 at 07:29:36PM +0530, Shraddha Barke wrote: > This patch compresses two lines into a single line if immediate return > is found. Variable rc is dropped as it is no longer needed. > <snip> > - return rc; > + return wait_event_interruptible(un->un_flags_wait, ((un->un_flags & UN_EMPTY) == 0)); This is introducing new checkpatch warning about line more than 80 char. regards sudip _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel