mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
drm/tidss: Fix typos
Fix typos in comments. Reported-by: Matthew Wilcox <willy@infradead.org> Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240912125735.45114-1-algonell@gmail.com
This commit is contained in:
parent
c905d149c5
commit
798047e63a
|
|
@ -49,7 +49,7 @@ enum dispc_common_regs {
|
|||
/*
|
||||
* dispc_common_regmap should be defined as const u16 * and pointing
|
||||
* to a valid dss common register map for the platform, before the
|
||||
* macros bellow can be used.
|
||||
* macros below can be used.
|
||||
*/
|
||||
|
||||
#define REG(r) (dispc_common_regmap[r ## _OFF])
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ static int tidss_plane_atomic_check(struct drm_plane *plane,
|
|||
|
||||
/*
|
||||
* The HW is only able to start drawing at subpixel boundary
|
||||
* (the two first checks bellow). At the end of a row the HW
|
||||
* (the two first checks below). At the end of a row the HW
|
||||
* can only jump integer number of subpixels forward to the
|
||||
* beginning of the next row. So we can only show picture with
|
||||
* integer subpixel width (the third check). However, after
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user