[media] lirc_zilog: Fix whitespace style checks
authorRicardo Silva <rjpdasilva@gmail.com>
Mon, 15 May 2017 19:40:12 +0000 (16:40 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 6 Jun 2017 12:10:46 +0000 (09:10 -0300)
commit32ddcbb5b8dc10bf922ff3a6666cb3748efca388
tree6b246b31771f89c383d6e6d5e8cede04a51cf149
parent2270962c9dd341509e1a0abb7b32c1389045eb3e
[media] lirc_zilog: Fix whitespace style checks

Fix style issues reported by checkpatch, affecting whitespace only:

 * CHECK: "Please don't use multiple blank lines".
   Two of these still triggering and left untouched because used for
   separating logical blocks (vars from functions, etc.).

 * CHECK: "spaces preferred around that '<operator>'".
   All fixed.

 * CHECK: "Alignment should match open parenthesis".
   All fixed except one on line 1161, left untouched for readability.

Move towards recommended coding style without compromising readability.

Signed-off-by: Ricardo Silva <rjpdasilva@gmail.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/staging/media/lirc/lirc_zilog.c