Skip to content

Commit

Permalink
irda: w83977af_ir: fix damaged whitespace
Browse files Browse the repository at this point in the history
As David Miller pointed out for for the previous patch, the whitespace
in some functions looks rather odd. This was caused by commit 6329da5
("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>
  • Loading branch information
Arnd Bergmann authored and David S. Miller committed Dec 3, 2016
1 parent c6c60da commit 7b2024f
Showing 1 changed file with 202 additions and 202 deletions.
Loading

0 comments on commit 7b2024f

Please sign in to comment.