diff options
author | Michael Anckaert <michael.anckaert@gmail.com> | 2025-02-12 13:12:40 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-02-19 18:54:06 +0300 |
commit | 1cddb72bf892812407cc30f0d8eb47dac73d6de4 (patch) | |
tree | 81e181ad08e0eb588647ec500a020b5536c5b303 /scripts/lib | |
parent | bedc7002f7978bb516aa36da41a22ab92166917f (diff) | |
download | linux-1cddb72bf892812407cc30f0d8eb47dac73d6de4.tar.xz |
staging: sm750fb: fix checkpatch warning architecture specific defines should be avoided
Replace architecture-specific defines with CONFIG_X86 checks to improve
portability and adhere to kernel coding standards.
Fixes checkpatch warning:
- CHECK: architecture specific defines should be avoided.
Changes made:
- Using CONFIG_X86 instead of i386 and x86.
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Michael Anckaert <michael.anckaert@gmail.com>
Link: https://lore.kernel.org/r/Z6x0GEM5sxcruYlS@michael-devbox
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions