summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-01-16 11:28:52 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-04 14:24:32 -0300
commit22892268cd65d50b5d2faa2232fc39ebd98b7142 (patch)
tree9f78e2af5edeeedbfbe2417d8a8a2449562adb0b /drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
parent57afe2f0bb0cca758701679f141c9fa92a034415 (diff)
downloadop-kernel-dev-22892268cd65d50b5d2faa2232fc39ebd98b7142.zip
op-kernel-dev-22892268cd65d50b5d2faa2232fc39ebd98b7142.tar.gz
[media] drx-j: do more CodingStyle fixes
This time, use checkpatch --strict --fix. Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h')
-rw-r--r--drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h b/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
index 4152d62..02b2c30 100644
--- a/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
+++ b/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
@@ -93,8 +93,8 @@
#endif
/* check */
-#if (( DRXDAPFASI_LONG_ADDR_ALLOWED == 0) && \
- (DRXDAPFASI_SHORT_ADDR_ALLOWED == 0) )
+#if ((DRXDAPFASI_LONG_ADDR_ALLOWED == 0) && \
+ (DRXDAPFASI_SHORT_ADDR_ALLOWED == 0))
#error At least one of short- or long-addressing format must be allowed.
*; /* illegal statement to force compiler error */
#endif
OpenPOWER on IntegriCloud