aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Pinchart <[email protected]>2022-01-01 17:35:40 +0000
committerMauro Carvalho Chehab <[email protected]>2024-04-29 09:16:01 +0100
commit6f76b62654ec5ed1469ee458cd1bffc7be9728e7 (patch)
tree4bb6fd5e6d6cc0a0d06cc53ad921ae8a0a4e7f2f
parentc28d4921a1e3ce0a0374b7e9d68593be8802c42a (diff)
media: i2c: rdacm20: Fix indentation in comment
Fix a small indentation issue in a comment block. Link: https://lore.kernel.org/linux-media/[email protected] Signed-off-by: Laurent Pinchart <[email protected]> Reviewed-by: Kieran Bingham <[email protected]> Reviewed-by: Jacopo Mondi <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r--drivers/media/i2c/rdacm20.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/i2c/rdacm20.c b/drivers/media/i2c/rdacm20.c
index b4647bda8c21..b8bd8354d100 100644
--- a/drivers/media/i2c/rdacm20.c
+++ b/drivers/media/i2c/rdacm20.c
@@ -463,8 +463,8 @@ static int rdacm20_initialize(struct rdacm20_device *dev)
return ret;
/*
- * Ensure that we have a good link configuration before attempting to
- * identify the device.
+ * Ensure that we have a good link configuration before attempting to
+ * identify the device.
*/
ret = max9271_configure_i2c(&dev->serializer,
MAX9271_I2CSLVSH_469NS_234NS |