Re: [PATCH v2] 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 Tue, Mar 19, 2024 at 12:21:34AM +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]> > > --- > change in v2: Fixed the alignment to address checkpatch.pl warning You've created this patch to be applied on top of the v1 patch that we are not going to apply. You need to restart based on a clean repo. https://staticthinking.wordpress.com/2022/07/27/how-to-send-a-v2-patch/ regards, dan carpenter