Masahiro Yamada bc3a812b75 genksyms: reduce type_qualifier directly to decl_specifier
A type_qualifier (const, volatile, etc.) is not a type_specifier.

According to K&R [1], a type-qualifier should be directly reduced to
a declaration-specifier.

  <declaration-specifier> ::= <storage-class-specifier>
                            | <type-specifier>
                            | <type-qualifier>

[1]: https://cs.wmich.edu/~gupta/teaching/cs4850/sumII06/The%20syntax%20of%20C%20in%20Backus-Naur%20form.htm

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Nicolas Schier <n.schier@avm.de>
2025-01-18 08:59:58 +09:00
..
2024-09-01 20:34:49 +09:00
2024-10-07 02:12:27 +09:00
\n
2024-11-21 09:50:18 -08:00
2024-11-30 13:41:50 -08:00
2024-11-30 13:41:50 -08:00
2024-11-27 10:20:50 -08:00
2023-12-03 18:51:48 +09:00
2024-11-28 08:11:56 +09:00
2024-11-06 12:59:44 -05:00