mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 19:14:18 -04:00
media: platform: exynos-gsc: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
fb730334e0
commit
e795aa7f7e
@@ -222,7 +222,7 @@ struct gsc_m2m_device {
|
||||
* @org_scaler_input_w: max pixel width when the scaler is enabled
|
||||
* @org_scaler_input_h: max pixel height when the scaler is enabled
|
||||
* @real_rot_dis_w: max pixel src cropped height with the rotator is off
|
||||
* @real_rot_dis_h: max pixel src croppped width with the rotator is off
|
||||
* @real_rot_dis_h: max pixel src cropped width with the rotator is off
|
||||
* @real_rot_en_w: max pixel src cropped width with the rotator is on
|
||||
* @real_rot_en_h: max pixel src cropped height with the rotator is on
|
||||
* @target_rot_dis_w: max pixel dst scaled width with the rotator is off
|
||||
|
||||
Reference in New Issue
Block a user