1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-24 15:04:16 +00:00
openmptcprouter/6.6/target/linux/bcm27xx/patches-6.6/0922-media-ov64a40-Align-to-tab.patch

30 lines
892 B
Diff
Raw Normal View History

2024-04-05 18:55:33 +00:00
From 6cbb2fe4908464e78fdc5f714d66eda9cac9b19f Mon Sep 17 00:00:00 2001
From: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Date: Thu, 29 Feb 2024 09:40:50 +0100
Subject: [PATCH 0922/1002] media: ov64a40: Align '=' to tab
Small cosmetic to align the '=' signs to the next tab in the i2c
driver structure declaration declaration.
Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
---
drivers/media/i2c/ov64a40.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/i2c/ov64a40.c b/drivers/media/i2c/ov64a40.c
index ca4fc644cc26..ee75bbf8d8bf 100644
--- a/drivers/media/i2c/ov64a40.c
+++ b/drivers/media/i2c/ov64a40.c
@@ -3675,7 +3675,7 @@ static struct i2c_driver ov64a40_i2c_driver = {
.of_match_table = ov64a40_of_ids,
.pm = &ov64a40_pm_ops,
},
- .probe = ov64a40_probe,
+ .probe = ov64a40_probe,
.remove = ov64a40_remove,
};
--
2.44.0