diff options
author | Michael Anckaert <michael.anckaert@gmail.com> | 2025-02-12 10:12:40 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-02-19 16:54:06 +0100 |
commit | 1cddb72bf892812407cc30f0d8eb47dac73d6de4 (patch) | |
tree | 81e181ad08e0eb588647ec500a020b5536c5b303 /tools/perf/scripts/python/stackcollapse.py | |
parent | bedc7002f7978bb516aa36da41a22ab92166917f (diff) |
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 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions