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@xxxxxxxxx> --- 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