media: dvb_ca_en50221: Fixed style issues on the whole file
authorJasmin Jessich <jasmin@anw.at>
Sun, 16 Jul 2017 00:43:16 +0000 (20:43 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 20 Jul 2017 19:40:31 +0000 (15:40 -0400)
commit13b516484492c0ee0c7875ed774470c71f77cce0
treef8cf7f8655549df644f3c55602c70da738f70534
parentdc32f3244a6ccfa3aebb848fc1e094f15010009e
media: dvb_ca_en50221: Fixed style issues on the whole file

- Running "checkpatch.pl -strict -f ..." gave more checks to fix.
  * Blank lines aren't necessary after an open brace '{'
  * Comparison to NULL written as "!<var>"
  * CHECK: Blank lines aren't necessary before a close brace '}'

Signed-off-by: Jasmin Jessich <jasmin@anw.at>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-core/dvb_ca_en50221.c