On Tue, Oct 17, 2023 at 10:07:28AM +0300, Calvince Otieno wrote: > This patch brings the codebase in compliance with the Linux kernel coding > style guidelines, as outlined in the document at > https://www.kernel.org/doc/html/latest/process/coding-style.html. > > Changes Made: > - Adjusted line lengths to a maximum of 80 characters > > The guide states that the preferred limit on the length of a single > line is 80 columns. Statements longer than 80 columns should be broken > into sensible chunks, unless exceeding 80 columns significantly increases > readability and does not hide information. 100 columns is ok to use now, so this patch should not be needed. sorry, greg k-h