Hello, This small patch series contains miscellaneous drive-by cleanups for the uvcvideo driver. There isn't much to tell here, please see individual patches for details. Laurent Pinchart (4): media: uvcvideo: Rename uvc_streaming 'format' field to 'formats' media: uvcvideo: Rename uvc_format 'frame' field to 'frames' media: uvcvideo: Constify formats, frames and intervals media: uvcvideo: Constify descriptor buffers drivers/media/usb/uvc/uvc_driver.c | 46 ++++++++--------- drivers/media/usb/uvc/uvc_v4l2.c | 79 +++++++++++++++--------------- drivers/media/usb/uvc/uvc_video.c | 20 ++++---- drivers/media/usb/uvc/uvcvideo.h | 12 ++--- 4 files changed, 79 insertions(+), 78 deletions(-) -- Regards, Laurent Pinchart