lkml.org 
[lkml]   [2022]   [Aug]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/3] rtc: rv3028: fix code indent issue
Date
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@gmail.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
\
 
 \ /
  Last update: 2022-08-16 09:27    [W:0.058 / U:0.272 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site