media: v4l2-ioctl.c: Unify YCbCr/YUV terms in format descriptions
authorJernej Skrabec <jernej.skrabec@gmail.com>
Sat, 15 Oct 2022 09:11:05 +0000 (11:11 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 24 Oct 2022 17:03:53 +0000 (19:03 +0200)
commit6a394d563dffb60c150d87dc6678994ef8028c53
treebbd06f620d8e26b0c60d1fba160975ea3775ec9c
parent07eb565932e21604ad531fe0c37f6e2af4dc0e7c
media: v4l2-ioctl.c: Unify YCbCr/YUV terms in format descriptions

Format descriptions use YCbCr and YUV terms interchangeably. Let's unify
them so they all use YUV. While YCbCr is actually correct term here, YUV
is shorter and thus it also fixes too long description of P010 tiled
format.

Fixes: 3c8e19d3d3f9 ("media: Add P010 tiled format")
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/v4l2-core/v4l2-ioctl.c