Re: [PATCH] staging: sm750fb: Add spaces around '+'
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2018-11-07 12:04:53
Also in:
lkml
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2018-11-07 12:04:53
Also in:
lkml
On Tue, Nov 06, 2018 at 10:28:04PM -0200, Laís Pessine do Carmo wrote:
Add spaces around '+' to correct the following checkpath.pl warnings: WARNING: line over 80 characters + write_dpPort(accel, *(unsigned int *)(pSrcbuf + (j * 4))); WARNING: line over 80 characters + memcpy(ajRemain, pSrcbuf+ul4BytesPerScan, ulBytesRemain);
No need to line-wrap these warning lines next time. thanks, greg k-h