]> asedeno.scripts.mit.edu Git - linux.git/commit
eeprom: at24: tweak newlines
authorBartosz Golaszewski <brgl@bgdev.pl>
Mon, 19 Mar 2018 09:17:19 +0000 (10:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Mar 2018 15:25:45 +0000 (16:25 +0100)
commitde5db101fc89fbbbf26abc7eeb3d48c40ca25105
tree9d7b3a529b147ec9ab175f37f809b54f3a463581
parent551a12669d85b5121e66bf39ff194efd7d1d9ac0
eeprom: at24: tweak newlines

Remove the newline between the nvmem registration and its return value
check. This is consistent with the rest of the driver code.

Add a missing newline between two pdata checks to stay consistent with
all the others.

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