lkml.org 
[lkml]   [2015]   [Jul]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Staging: dgnc: Merge lines and remove unused variable for immediate return
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


\
 
 \ /
  Last update: 2015-07-28 13:41    [W:0.215 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site