]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (pmbus_core) Replace S_<PERMS> with octal values
authorGuenter Roeck <linux@roeck-us.net>
Fri, 5 Apr 2019 19:39:26 +0000 (12:39 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 16 Apr 2019 00:19:53 +0000 (17:19 -0700)
commitcf0b18c803b24888484dfb0400fb10f6f9da6112
treeedfb26633f3c65d1081be90f8f5227c2cfdd8e77
parent14ea6e79ed5f101c83f8cafc1c5dd1c96d0939e8
hwmon: (pmbus_core) Replace S_<PERMS> with octal values

Replace S_<PERMS> with octal values.

The conversion was done automatically with coccinelle. The semantic patches
and the scripts used to generate this commit log are available at
https://github.com/groeck/coccinelle-patches/.

This patch does not introduce functional changes. It was verified by
compiling the old and new files and comparing text and data sizes.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/pmbus/pmbus_core.c