Re: [PATCH v3] staging: rtl8712: Fix line length exceeding 100 columns
Dan Carpenter <[email protected]>
| Newsgroups | dev.linux.lists.outreachy,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Mar 21, 2024 at 12:27:41PM +0530, Ayush Tiwari wrote: > Split the argument list of the kthread_run function call across two > lines to address the checkpatch warning "line length exceeds 100 > columns". > > Signed-off-by: Ayush Tiwari <[email protected]> > > --- > > Changes in v3: fixed the issue in v2, created the patch against > a clean staging tree. > > Changes in v2: Fixed the alignment to address checkpatch.pl > warning. Thanks! Reviewed-by: Dan Carpenter <[email protected]> regards, dan carpenter