On 5/22/25 21:59, Rujra Bhatt wrote:
This patch corrects minor coding style issues to comply with the Linux kernel coding style:
- Align closing parentheses to match opening ones in printf statements.
- Break long lines to keep them within the 100-column limit.
These changes address warnings reported by checkpatch.pl and do not affect functionality.
changes in v2 :
- Resubmitted the patch with a properly formatted commit message,
following patch submission guidelines, as suggested by Shuah Khan.
Signed-off-by: Rujra Bhatt braker.noob.kernel@gmail.com
Sorry - I didn't realize these are all coding style related printf - I am no longer concerned about the length of print statements.
It is too much churn with little benefit.
thanks, -- Shuah