All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: usb: gspca: aligned '*' each line
@ 2022-06-21  6:55 Jiang Jian
  2022-06-21 14:19 ` Andy Shevchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Jiang Jian @ 2022-06-21  6:55 UTC (permalink / raw)
  To: mchehab; +Cc: hverkuil, jiangjian, linux-media, linux-kernel

Consider "*" alignment in comments

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/media/usb/gspca/xirlink_cit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/usb/gspca/xirlink_cit.c b/drivers/media/usb/gspca/xirlink_cit.c
index cc87c24dd24c..acfb9a195106 100644
--- a/drivers/media/usb/gspca/xirlink_cit.c
+++ b/drivers/media/usb/gspca/xirlink_cit.c
@@ -817,7 +817,7 @@ static void cit_model2_Packet1(struct gspca_dev *gspca_dev, u16 v1, u16 v2)
  * 00_d141_0124
  * 00_0096_0127
  * 00_fea8_0124
-*/
+ */
 static void cit_model3_Packet1(struct gspca_dev *gspca_dev, u16 v1, u16 v2)
 {
 	cit_write_reg(gspca_dev, 0x0078, 0x012d);
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] media: usb: gspca: aligned '*' each line
  2022-06-21  6:55 [PATCH] media: usb: gspca: aligned '*' each line Jiang Jian
@ 2022-06-21 14:19 ` Andy Shevchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Shevchenko @ 2022-06-21 14:19 UTC (permalink / raw)
  To: Jiang Jian
  Cc: Mauro Carvalho Chehab, Hans Verkuil, Linux Media Mailing List,
	Linux Kernel Mailing List

On Tue, Jun 21, 2022 at 9:01 AM Jiang Jian <jiangjian@cdjrlc.com> wrote:
>
> Consider "*" alignment in comments

In a similar way as I commented on your IIO contribution, do changes
for all similar patches.

-- 
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-21 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21  6:55 [PATCH] media: usb: gspca: aligned '*' each line Jiang Jian
2022-06-21 14:19 ` Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.