Re: [PATCH] staging: rtl8712: renaming tempVal to temp_val
Dan Carpenter <[email protected]>
| Newsgroups | dev.linux.lists.outreachy,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Mar 13, 2024 at 10:54:24AM +0530, Ayush Tiwari wrote: > Renaming variable tempVal to temp_val to address > checkpath warning 'Avoid Camelcase' and to > ensure adherence to coding style guidelines The end of the line is at 72-75 characters. s/Renaming/Rename/. Put a period on the end of the sentence. Rename variable tempVal to temp_val to address checkpath warning 'Avoid Camelcase' and to ensure adherence to coding style guidelines. > > Signed-off-by: Ayush Tiwari <[email protected]> > --- This will break the build. regards, dan carpenter