diff options
author | 2025-04-18 18:37:18 -0700 | |
---|---|---|
committer | 2025-04-18 18:38:46 -0700 | |
commit | 8b1d858cbd4e1800e9336404ba7892b5a721230d (patch) | |
tree | 8c2fe6d2d20e965de63d9f77fe70d1bc89856e96 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | input/joystick: magellan: Mark __nonstring look-up table (diff) | |
download | linux-rng-8b1d858cbd4e1800e9336404ba7892b5a721230d.tar.xz linux-rng-8b1d858cbd4e1800e9336404ba7892b5a721230d.zip |
Input: sparcspkr - avoid unannotated fall-through
Fix follow warnings with clang-21i (and reformat for clarity):
drivers/input/misc/sparcspkr.c:78:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
78 | case SND_TONE: break;
| ^
drivers/input/misc/sparcspkr.c:78:3: note: insert 'break;' to avoid fall-through
78 | case SND_TONE: break;
| ^
| break;
drivers/input/misc/sparcspkr.c:113:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
113 | case SND_TONE: break;
| ^
drivers/input/misc/sparcspkr.c:113:3: note: insert 'break;' to avoid fall-through
113 | case SND_TONE: break;
| ^
| break;
2 warnings generated.
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Link: https://lore.kernel.org/r/6730E40353C76908+20250415052439.155051-1-wangyuli@uniontech.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions