[PATCH 20/21] eeprom: at24: fix a line break

From: Bartosz Golaszewski
Date: Mon Mar 19 2018 - 05:18:51 EST


Align the broken line with the opening parenthesis to stay consistent
with the rest of the driver code.

Signed-off-by: Bartosz Golaszewski <brgl@xxxxxxxx>
---
drivers/misc/eeprom/at24.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/misc/eeprom/at24.c b/drivers/misc/eeprom/at24.c
index b4233d914500..c42e479b880a 100644
--- a/drivers/misc/eeprom/at24.c
+++ b/drivers/misc/eeprom/at24.c
@@ -690,8 +690,8 @@ static int at24_probe(struct i2c_client *client)
}

dev_info(dev, "%u byte %s EEPROM, %s, %u bytes/write\n",
- pdata.byte_len, client->name,
- writable ? "writable" : "read-only", at24->write_max);
+ pdata.byte_len, client->name,
+ writable ? "writable" : "read-only", at24->write_max);

/* export data to kernel code */
if (pdata.setup)
--
2.16.1