Commit fd3ed970 authored by Slark Xiao's avatar Slark Xiao Committed by Mauro Carvalho Chehab
Browse files

media: v4l2-ioctl: Fix typo 'the the' in comment



Replace 'the the' with 'the' in the comment.

[hverkuil: the the -> that the]

Signed-off-by: default avatarSlark Xiao <slark_xiao@163.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 33b96f15
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1045,7 +1045,7 @@ static void v4l_sanitize_format(struct v4l2_format *fmt)
	/*
	/*
	 * The v4l2_pix_format structure has been extended with fields that were
	 * The v4l2_pix_format structure has been extended with fields that were
	 * not previously required to be set to zero by applications. The priv
	 * not previously required to be set to zero by applications. The priv
	 * field, when set to a magic value, indicates the the extended fields
	 * field, when set to a magic value, indicates that the extended fields
	 * are valid. Otherwise they will contain undefined values. To simplify
	 * are valid. Otherwise they will contain undefined values. To simplify
	 * the API towards drivers zero the extended fields and set the priv
	 * the API towards drivers zero the extended fields and set the priv
	 * field to the magic value when the extended pixel format structure
	 * field to the magic value when the extended pixel format structure