Re: [PATCH v3 3/3] iio: frequency: ad9523: fix checkpatch warnings for symbolic permissions
From: Andy Shevchenko
Date: Fri Feb 20 2026 - 02:24:59 EST
On Fri, Feb 20, 2026 at 03:05:49AM +0530, bhargav wrote:
> The driver currently defines device attributes using
> symbolic permission flags (S_IRUGO and S_IWUSR).
> Update these to use octal permissions (0444 and 0200) to resolve
> checkpatch warnings.
Same for the line lengths in the commit message, use up to ~72 characters
per line.
Otherwise looks good to me,
Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
--
With Best Regards,
Andy Shevchenko