]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: uvcvideo: Shorten the transfer size non compliance message
authorMichal Pecio <michal.pecio@gmail.com>
Thu, 4 Sep 2025 06:14:29 +0000 (08:14 +0200)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Sat, 13 Sep 2025 16:35:02 +0000 (18:35 +0200)
commitc01ae95eeb145892f9ed325a5947ed2f108170c4
tree405e9300eebf141be32735eb340f95f225337540
parenteb5ec760c25b1fd0af3cc43fb0dbc8e5eba11025
media: uvcvideo: Shorten the transfer size non compliance message

This message is much longer than others and doesn't fit even in a 160
column window when printed, despite providing little real information.

Also replace 'transmission' with 'transfer' because that's the actual
name and 'max packet' with 'limit' because it isn't same thing with
isochronus endpoints. Remove cryptic abbreviations like 'ep'.

Signed-off-by: Michal Pecio <michal.pecio@gmail.com>
Reviewed-by: Ricardo Ribalda <ribalda@chromium.org>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans de Goede <hansg@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/usb/uvc/uvc_video.c