Re: [PATCH v2] scsi: storvsc: Replace symbolic permissions with octal
From: Martin K. Petersen
Date: Fri May 22 2026 - 23:21:10 EST
On Wed, 06 May 2026 03:49:48 +0300, Md Shofiqul Islam wrote:
> Symbolic permissions like S_IRUGO and S_IWUSR are not preferred by
> checkpatch. Replace with their octal equivalents:
>
> - S_IRUGO|S_IWUSR -> 0644
> - S_IRUGO -> 0444
>
>
> [...]
Applied to 7.2/scsi-queue, thanks!
[1/1] scsi: storvsc: Replace symbolic permissions with octal
https://git.kernel.org/mkp/scsi/c/73322071418e
--
Martin K. Petersen