diff options
| author | Naveen Kumar Chaudhary <naveen.osdev@gmail.com> | 2026-06-01 09:27:46 +0530 |
|---|---|---|
| committer | Thomas Gleixner <tglx@kernel.org> | 2026-06-02 21:07:55 +0200 |
| commit | c1ca14ca227e92101c7ae597213275b60f4212c6 (patch) | |
| tree | a6ce746dcdc535d0648326d8d762c5b0e429deb5 /scripts | |
| parent | e43ffb69e0438cddd72aaa30898b4dc446f664f8 (diff) | |
clockevents: Fix duplicate type specifier in stub function parameter
The stub for arch_inlined_clockevent_set_next_coupled() has 'u64 u64
cycles' in its parameter list. Since u64 is a typedef, the compiler
parses the second 'u64' as the parameter name, making 'cycles' an
unused token. Remove the duplicate so the parameter is correctly named.
Fixes: 89f951a1e8ad ("clockevents: Provide support for clocksource coupled comparators")
Signed-off-by: Naveen Kumar Chaudhary <naveen.osdev@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/7tostpvxzdn6tobmyow63a5rweatls5kux3scqp2vzhe7mv6uq@ecr746b4hyhf
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
