[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220816035636.27226-3-jagathjog1996@gmail.com>
Date: Tue, 16 Aug 2022 09:26:35 +0530
From: Jagath Jog J <jagathjog1996@...il.com>
To: alexandre.belloni@...tlin.com, a.zummo@...ertech.it
Cc: linux-rtc@...r.kernel.org, linux-kernel@...r.kernel.org,
jagathjog1996@...il.com
Subject: [PATCH 2/3] rtc: rv3028: fix code indent issue
Fix following the checkpatch.pl error by using tabs instead of spaces.
ERROR: code indent should use tabs where possible.
Signed-off-by: Jagath Jog J <jagathjog1996@...il.com>
---
drivers/rtc/rtc-rv3028.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/rtc/rtc-rv3028.c b/drivers/rtc/rtc-rv3028.c
index 5cebb00bec21..f7c801c06d00 100644
--- a/drivers/rtc/rtc-rv3028.c
+++ b/drivers/rtc/rtc-rv3028.c
@@ -851,9 +851,9 @@ static const struct rtc_class_ops rv3028_rtc_ops = {
};
static const struct regmap_config regmap_config = {
- .reg_bits = 8,
- .val_bits = 8,
- .max_register = 0x37,
+ .reg_bits = 8,
+ .val_bits = 8,
+ .max_register = 0x37,
};
static int rv3028_probe(struct i2c_client *client)
--
2.17.1
Powered by blists - more mailing lists