eeprom: at24: coding style fixes
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 6 Jun 2016 08:48:45 +0000 (10:48 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 17 Jul 2016 17:41:54 +0000 (19:41 +0200)
commit2da78ac3ba577e0e4c9f13cbfce51db5a74f7ba3
treefe675ad9ee99cd316b4ee4c09ecb38497661df9f
parentd5bc0047986df1fe99805141650cc3d429499ecc
eeprom: at24: coding style fixes

Align the arguments in broken lines with the arguments list's opening
brackets and make checkpatch.pl happy by converting 'unsigned' into
'unsigned int'.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/misc/eeprom/at24.c