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 <ayushtiw0110@xxxxxxxxx> > --- This will break the build. regards, dan carpenter