]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
eeprom: at24: fix a line break
authorBartosz Golaszewski <brgl@bgdev.pl>
Mon, 19 Mar 2018 09:17:20 +0000 (10:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Mar 2018 15:25:45 +0000 (16:25 +0100)
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>
drivers/misc/eeprom/at24.c

index 5fc7c959ea01b275fc0f9109d7fff00a90da7b96..ef937390af13e9404a39396c0263f3e03efe9400 100644 (file)
@@ -693,8 +693,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)