Re: [PATCH] media: usb: Remove duplicate declares

2021-04-06 Thread Hans Verkuil
Please specify in the subject line which driver this patch changes. I also would prefer that this is split into two patches, one for each driver. Just saying 'media: usb:' makes it look like you have a media/usb subsystem patch, but that's not the case. Very confusing for code reviewers. Regard

[PATCH] media: usb: Remove duplicate declares

2021-03-27 Thread Wan Jiabing
struct cx231xx has been declared at 146th line. struct em28xx has been declared at 219th line. Remove the duplicate. Signed-off-by: Wan Jiabing --- drivers/media/usb/cx231xx/cx231xx.h | 2 -- drivers/media/usb/em28xx/em28xx.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/drivers/media/