]> git.baikalelectronics.ru Git - kernel.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)
commitd5d82468a5b3ef7bc3375e4a6de350aad1696f6e
tree9d7b3a529b147ec9ab175f37f809b54f3a463581
parent5998d768ed34e3c3a871e2d76992fd6f4c3e2e7e
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