diff options
| author | Zhan Xusheng <zhanxusheng1024@gmail.com> | 2026-03-31 15:48:11 +0800 |
|---|---|---|
| committer | Thomas Gleixner <tglx@kernel.org> | 2026-04-01 18:48:15 +0200 |
| commit | c5283a1ffdd5a877120279d164e9d5761e8455af (patch) | |
| tree | 2824cbf7b8a91a2008d02e4e01b2c1e3ad657f7c /tools/perf/scripts/python | |
| parent | e9fb60a780fe7eae6a5d73e647208b2a7d3e3b54 (diff) | |
hrtimer: Fix incorrect #endif comment for BITS_PER_LONG check
The #endif comment says "BITS_PER_LONG >= 64", but the corresponding #if
guard is "BITS_PER_LONG < 64".
The comment was originally correct when the block had a three-way
#if/#else/#endif structure, where the #else branch provided a 64-bit inline
version. Commit 79bf2bb335b8 ("[PATCH] tick-management: dyntick / highres
functionality") removed the #else branch but did not update the #endif
comment, leaving it inconsistent with the remaining #if condition.
Fix the comment to match the preprocessor guard.
Signed-off-by: Zhan Xusheng <zhanxusheng@xiaomi.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260331074811.26147-1-zhanxusheng@xiaomi.com
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
