On Wed, Jul 24, 2024 at 12:22:07PM -0500, Juan José Arboleda wrote: > > Makes backports harder for little gain. > > Code gets tweaked naturally as someone works on it. > > I understand your concern about backports. However, this patch only updates > the coding style to match kernel-wide standards without altering behavior. > Consistent style improves readability and maintainability without impacting > functionality, thus not complicating backports. > > Thank you for considering this. > > Best, > - Juan José checkpatch keeps adding warnings, they are there to help patch submitters especially new ones. It's not a holy script and there is little interest in rewriting all of kernel each time this happens. As contributors start being active in a specific area, they will tend to also adjust the style to make it easier to work with, and this is fine. Thanks, -- MST