mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c contains 7 (for
now) functions that use STATIC_IFN_KUNIT or INLINE_IFN_KUNIT macros for
function qualifiers (static or not, inline or not).
These cause parse warnings from kernel-doc:
Invalid C declaration: Expected identifier in nested name, got keyword:
struct [error at 29]
STATIC_IFN_KUNIT const struct drm_color_lut * __extract_blob_lut (const
struct drm_property_blob *blob, uint32_t *size)
Handle these in kernel-doc to prevent multiple warnings.
Fixes:
|
||
|---|---|---|
| .. | ||
| __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 | ||