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