]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hwmon: (coretemp) fix coding style issues
authorRoman Bakshansky <bakshansky.lists@gmail.com>
Sat, 16 May 2026 11:42:53 +0000 (14:42 +0300)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 9 Jun 2026 15:23:00 +0000 (08:23 -0700)
commit4edc7d45abc4b9bb6061818bdc1b75f2cf70f019
tree423fed537ad82b8274d270b0298dddcc583f1c0a
parentb89e1255c92ba7bbe78a7ba6cbda57bb02da7c3d
hwmon: (coretemp) fix coding style issues

Address several coding style warnings reported by checkpatch.pl:
- Replace <asm/processor.h> with <linux/processor.h>
- Add missing blank lines after declarations
- Combine split quoted strings
- Reorder __initconst placement

No functional change.

Signed-off-by: Roman Bakshansky <bakshansky.lists@gmail.com>
Link: https://lore.kernel.org/r/20260516114253.5466-3-bakshansky.lists@gmail.com
[groeck: Dropped false positive change. Fixed various CHECK reports.]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/coretemp.c