]> git.baikalelectronics.ru Git - kernel.git/commit
irda: w83977af_ir: fix damaged whitespace
authorArnd Bergmann <arnd@arndb.de>
Mon, 28 Nov 2016 14:19:43 +0000 (15:19 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Dec 2016 20:09:36 +0000 (15:09 -0500)
commit8cbf5a944a485f24b700c3aafae28ed152f5b866
treea634fe265bf920e3409b152fcf6b1c9877903016
parent756308f18a1bc5f6fed128c1b6421dac764d01cc
irda: w83977af_ir: fix damaged whitespace

As David Miller pointed out for for the previous patch, the whitespace
in some functions looks rather odd. This was caused by commit dd73cc0c6a43
("obsolete config in kernel source: USE_INTERNAL_TIMER"), which removed
some conditions but did not reindent the code.

This fixes the indentation in the file and removes extraneous whitespace
at the end of the lines and before tabs.

There are many other minor coding style problems in the driver, but I'm
not touching those here.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/irda/w83977af_ir.c