mirror of
https://github.com/torvalds/linux.git
synced 2026-09-14 16:10:02 +02:00
Drop an extra newline (blank line) on warning messages for (2 places):
expecting prototype for typedef. Prototype was for typedef {symbol}
instead
and
expecting prototype for {struct|union}. Prototype was for struct|union
{symbol} instead
This makes these messages consistent with the similar enum warning,
which has no extra blank line.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260729052736.1423688-1-rdunlap@infradead.org>
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| c_lex.py | ||
| enrich_formatter.py | ||
| kdoc_files.py | ||
| kdoc_item.py | ||
| kdoc_output.py | ||
| kdoc_parser.py | ||
| kdoc_re.py | ||
| kdoc_yaml_file.py | ||
| latex_fonts.py | ||
| parse_data_structs.py | ||
| python_version.py | ||
| xforms_lists.py | ||