Message ID | 20240915124220.105873-1-algonell@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/sun4i: Fix a typo | expand |
diff --git a/drivers/gpu/drm/sun4i/sun8i_mixer.h b/drivers/gpu/drm/sun4i/sun8i_mixer.h index d7898c9c9cc0..0b24a5e3ac5f 100644 --- a/drivers/gpu/drm/sun4i/sun8i_mixer.h +++ b/drivers/gpu/drm/sun4i/sun8i_mixer.h @@ -120,7 +120,7 @@ /* format 21 is packed YUV444 10-bit */ /* - * Sub-engines listed bellow are unused for now. The EN registers are here only + * Sub-engines listed below are unused for now. The EN registers are here only * to be used to disable these sub-engines. */ #define SUN8I_MIXER_FCE_EN 0xa0000
Fix a typo in comments. Reported-by: Matthew Wilcox <willy@infradead.org> Signed-off-by: Andrew Kreimer <algonell@gmail.com> --- drivers/gpu/drm/sun4i/sun8i_mixer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)