diff options
| author | Mark Brown <broonie@kernel.org> | 2026-07-26 22:25:20 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-26 22:25:22 +0100 |
| commit | 9ab15e8ae6199ec96ee1909824c27cddf356c1c0 (patch) | |
| tree | 7c4e71d8e590159d5226d2ffa4075da6576973dc /include/linux | |
| parent | dfdb2e2c135bb9b27c48987f458bcee195def03f (diff) | |
| parent | d3143d4b1537e707f5a131735f336b69199464d3 (diff) | |
| download | linux-next-9ab15e8ae6199ec96ee1909824c27cddf356c1c0.tar.gz linux-next-9ab15e8ae6199ec96ee1909824c27cddf356c1c0.zip | |
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/font.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/font.h b/include/linux/font.h index ea23b727388b..5e1cf9830084 100644 --- a/include/linux/font.h +++ b/include/linux/font.h @@ -49,6 +49,8 @@ static inline unsigned int font_glyph_pitch(unsigned int width) * scanlines, which is usually the glyph's height in scanlines. Fonts * coming from user space can sometimes have a different vertical pitch * with empty scanlines between two adjacent glyphs. + * + * Returns: the number of bytes per glyph */ static inline unsigned int font_glyph_size(unsigned int width, unsigned int vpitch) { @@ -60,7 +62,7 @@ static inline unsigned int font_glyph_size(unsigned int width, unsigned int vpit */ /** - * font_data_t - Raw font data + * typedef font_data_t - Raw font data * * Values of type font_data_t store a pointer to raw font data. The format * is monochrome. Each bit sets a pixel of a stored glyph. Font data does |
