Re: [PATCH v2] drm/fb: Improve drm_framebuffer.offsets documentation

2022-07-09 Thread Sam Ravnborg
Hi Geert, On Wed, Jul 06, 2022 at 03:16:18PM +0200, Geert Uytterhoeven wrote: > Fix various spelling and grammar mistakes in the kerneldoc comments > documenting the offsets member in the drm_framebuffer structure: > - s/laytou/layout/, > - Add missing "is", > - s/it/its/. > > Signed-off-by

[PATCH v2] drm/fb: Improve drm_framebuffer.offsets documentation

2022-07-06 Thread Geert Uytterhoeven
Fix various spelling and grammar mistakes in the kerneldoc comments documenting the offsets member in the drm_framebuffer structure: - s/laytou/layout/, - Add missing "is", - s/it/its/. Signed-off-by: Geert Uytterhoeven Acked-by: Sam Ravnborg Reviewed-by: Simon Ser --- v2: - Add Acked-b