Searched hist:"699 b9a86a3f03ad9366b716be26e56d690faca84" (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/media/usb/uvc/ |
H A D | uvc_isight.c | diff 699b9a86a3f03ad9366b716be26e56d690faca84 Wed Jun 08 12:38:52 CDT 2022 Laurent Pinchart <laurent.pinchart@ideasonboard.com> media: uvcvideo: Fix comment blocks style
The uvcvideo driver historically uses the
/* Comment * style */
for multi-line block comments, which is frowned upon. Patches for the driver are required to use the more standard
/* * Comment * style */
style. This result in inconsistencies. Fix it by converting all remaining instances of the old style.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Reviewed-by: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
|
H A D | uvc_status.c | diff 699b9a86a3f03ad9366b716be26e56d690faca84 Wed Jun 08 12:38:52 CDT 2022 Laurent Pinchart <laurent.pinchart@ideasonboard.com> media: uvcvideo: Fix comment blocks style
The uvcvideo driver historically uses the
/* Comment * style */
for multi-line block comments, which is frowned upon. Patches for the driver are required to use the more standard
/* * Comment * style */
style. This result in inconsistencies. Fix it by converting all remaining instances of the old style.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Reviewed-by: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
|
H A D | uvc_queue.c | diff 699b9a86a3f03ad9366b716be26e56d690faca84 Wed Jun 08 12:38:52 CDT 2022 Laurent Pinchart <laurent.pinchart@ideasonboard.com> media: uvcvideo: Fix comment blocks style
The uvcvideo driver historically uses the
/* Comment * style */
for multi-line block comments, which is frowned upon. Patches for the driver are required to use the more standard
/* * Comment * style */
style. This result in inconsistencies. Fix it by converting all remaining instances of the old style.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Reviewed-by: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
|
H A D | uvc_ctrl.c | diff 699b9a86a3f03ad9366b716be26e56d690faca84 Wed Jun 08 12:38:52 CDT 2022 Laurent Pinchart <laurent.pinchart@ideasonboard.com> media: uvcvideo: Fix comment blocks style
The uvcvideo driver historically uses the
/* Comment * style */
for multi-line block comments, which is frowned upon. Patches for the driver are required to use the more standard
/* * Comment * style */
style. This result in inconsistencies. Fix it by converting all remaining instances of the old style.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Reviewed-by: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
|
H A D | uvc_v4l2.c | diff 699b9a86a3f03ad9366b716be26e56d690faca84 Wed Jun 08 12:38:52 CDT 2022 Laurent Pinchart <laurent.pinchart@ideasonboard.com> media: uvcvideo: Fix comment blocks style
The uvcvideo driver historically uses the
/* Comment * style */
for multi-line block comments, which is frowned upon. Patches for the driver are required to use the more standard
/* * Comment * style */
style. This result in inconsistencies. Fix it by converting all remaining instances of the old style.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Reviewed-by: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
|
H A D | uvc_video.c | diff 699b9a86a3f03ad9366b716be26e56d690faca84 Wed Jun 08 12:38:52 CDT 2022 Laurent Pinchart <laurent.pinchart@ideasonboard.com> media: uvcvideo: Fix comment blocks style
The uvcvideo driver historically uses the
/* Comment * style */
for multi-line block comments, which is frowned upon. Patches for the driver are required to use the more standard
/* * Comment * style */
style. This result in inconsistencies. Fix it by converting all remaining instances of the old style.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Reviewed-by: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
|
H A D | uvcvideo.h | diff 699b9a86a3f03ad9366b716be26e56d690faca84 Wed Jun 08 12:38:52 CDT 2022 Laurent Pinchart <laurent.pinchart@ideasonboard.com> media: uvcvideo: Fix comment blocks style
The uvcvideo driver historically uses the
/* Comment * style */
for multi-line block comments, which is frowned upon. Patches for the driver are required to use the more standard
/* * Comment * style */
style. This result in inconsistencies. Fix it by converting all remaining instances of the old style.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Reviewed-by: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
|
H A D | uvc_driver.c | diff 699b9a86a3f03ad9366b716be26e56d690faca84 Wed Jun 08 12:38:52 CDT 2022 Laurent Pinchart <laurent.pinchart@ideasonboard.com> media: uvcvideo: Fix comment blocks style
The uvcvideo driver historically uses the
/* Comment * style */
for multi-line block comments, which is frowned upon. Patches for the driver are required to use the more standard
/* * Comment * style */
style. This result in inconsistencies. Fix it by converting all remaining instances of the old style.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Reviewed-by: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
|