hwmon: (coretemp) Replace S_<PERMS> with octal values
authorGuenter Roeck <linux@roeck-us.net>
Mon, 10 Dec 2018 22:02:04 +0000 (14:02 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 16 Dec 2018 23:13:41 +0000 (15:13 -0800)
commit0cd709d0ddbfc2ed64ecbe2dbe8819b90b977684
treeae39ef2e8796b84ad91ad24dec94c86365bfc51f
parentb51c14c736e355c7c7c642a2ea766d8eedf49907
hwmon: (coretemp) 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/hwmon/.

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

Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/coretemp.c