]> www.infradead.org Git - users/mchehab/rasdaemon.git/commit
C files: cleanup coding style
authorMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 22 Jan 2024 07:36:47 +0000 (08:36 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 22 Jan 2024 07:57:33 +0000 (08:57 +0100)
commit7b3de7f9707a9b7b087b0f0013c21ac6561e287d
tree80f2884391e1a37386ff5569a316bfc22cf4e26f
parentdf5dcc7136944fde866ed19eaa67b747ae5c56c0
C files: cleanup coding style

The rasdaemon conding style follows Linux Kernel where it makes sense.

Yet, changes made overtime ended with some coding style non-compliances.

Adjust rasdaemon coding style by using:

   scripts/checkpatch.pl --fix-inplace --strict *.c --ignore PREFER_KERNEL_TYPES

And doing some manual fixups where the script didn't work.
As a bonus, some typos were also fixed on some rasdaemon messages.

Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
39 files changed:
bitfield.c
mce-amd-k8.c
mce-amd-smca.c
mce-amd.c
mce-intel-broadwell-de.c
mce-intel-broadwell-epex.c
mce-intel-dunnington.c
mce-intel-haswell.c
mce-intel-ivb.c
mce-intel-knl.c
mce-intel-nehalem.c
mce-intel-p4-p6.c
mce-intel-sb.c
mce-intel-skylake-xeon.c
mce-intel-tulsa.c
mce-intel.c
non-standard-ampere.c
non-standard-hisi_hip08.c
non-standard-hisilicon.c
non-standard-jaguarmicro.c
non-standard-yitian.c
queue.c
ras-aer-handler.c
ras-arm-handler.c
ras-cpu-isolation.c
ras-cxl-handler.c
ras-devlink-handler.c
ras-diskerror-handler.c
ras-events.c
ras-extlog-handler.c
ras-mc-handler.c
ras-mce-handler.c
ras-memory-failure-handler.c
ras-non-standard-handler.c
ras-page-isolation.c
ras-record.c
ras-report.c
rasdaemon.c
rbtree.c