OSDN Git Service

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)
commit3cf10282821a3832eca6c78887e3e69a61c5feda
treeedfb26633f3c65d1081be90f8f5227c2cfdd8e77
parent00669d196c616c0a9970a3a9ee66efab6868df0c
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