Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: i2c: rdacm20: Fix indentation in comment

Fix a small indentation issue in a comment block.

Link: https://lore.kernel.org/linux-media/20220101173540.9090-1-laurent.pinchart+renesas@ideasonboard.com
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

authored by

Laurent Pinchart and committed by
Mauro Carvalho Chehab
6f76b626 c28d4921

+2 -2
+2 -2
drivers/media/i2c/rdacm20.c
··· 463 463 return ret; 464 464 465 465 /* 466 - * Ensure that we have a good link configuration before attempting to 467 - * identify the device. 466 + * Ensure that we have a good link configuration before attempting to 467 + * identify the device. 468 468 */ 469 469 ret = max9271_configure_i2c(&dev->serializer, 470 470 MAX9271_I2CSLVSH_469NS_234NS |