diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2018-03-19 05:17:20 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-23 11:25:45 -0400 |
commit | df3da615e3f020d4b689eb23d33d10f285db2fb6 (patch) | |
tree | c09934b63eafc090ebb2e810f5d2dc2abc20a360 /drivers/misc/eeprom | |
parent | de5db101fc89fbbbf26abc7eeb3d48c40ca25105 (diff) |
eeprom: at24: fix a line break
Align the broken line with the opening parenthesis to stay consistent
with the rest of the driver code.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Tested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/eeprom')
-rw-r--r-- | drivers/misc/eeprom/at24.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/eeprom/at24.c b/drivers/misc/eeprom/at24.c index 5fc7c959ea01..ef937390af13 100644 --- a/drivers/misc/eeprom/at24.c +++ b/drivers/misc/eeprom/at24.c | |||
@@ -693,8 +693,8 @@ static int at24_probe(struct i2c_client *client) | |||
693 | } | 693 | } |
694 | 694 | ||
695 | dev_info(dev, "%u byte %s EEPROM, %s, %u bytes/write\n", | 695 | dev_info(dev, "%u byte %s EEPROM, %s, %u bytes/write\n", |
696 | pdata.byte_len, client->name, | 696 | pdata.byte_len, client->name, |
697 | writable ? "writable" : "read-only", at24->write_max); | 697 | writable ? "writable" : "read-only", at24->write_max); |
698 | 698 | ||
699 | /* export data to kernel code */ | 699 | /* export data to kernel code */ |
700 | if (pdata.setup) | 700 | if (pdata.setup) |