Re: [PATCH] fonts: fixup font.h kernel-doc warnings

Helge Deller <[email protected]> Sat, 18 Jul 2026 21:39:24 +0200
Newsgroups org.kernel.vger.linux-fbdev,org.freedesktop.lists.dri-devel
Message-ID <[email protected]>
On 7/18/26 21:13, Randy Dunlap wrote:
> Use the typedef keyword when describing a typedef.
> Add the missing function return value for font_glyph_size().
> 
> Warning: include/linux/font.h:84 cannot understand function prototype:
>    'typedef const unsigned char font_data_t;'
> Warning: include/linux/font.h:53 No description found for return value
>    of 'font_glyph_size'
> 
> Signed-off-by: Randy Dunlap <[email protected]>
> ---
> Cc: Helge Deller <[email protected]>
> Cc: Thomas Zimmermann <[email protected]>
> Cc: [email protected]
> 
>   include/linux/font.h |    4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
applied to fb-dev git tree.

Thanks for fixing, Randy!

Helge