diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-01-17 09:51:52 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-04 12:30:44 -0500 |
commit | 2f1f733386ce6dac70c0936b81b9f630ddfb1837 (patch) | |
tree | 67bcf46e14780a7026266c87dc398e413d04550d /drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h | |
parent | c361fda0e5d4d803a0caa3bd2516217a395630f1 (diff) |
[media] drx-j: make checkpatch.pl happy
Fix the remaining checkpatch.pl compliants at drxj.
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.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h b/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h index 4151876f0ebe..354ec07eae87 100644 --- a/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h +++ b/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h | |||
@@ -234,11 +234,7 @@ | |||
234 | 234 | ||
235 | /*-------- Public API functions ----------------------------------------------*/ | 235 | /*-------- Public API functions ----------------------------------------------*/ |
236 | 236 | ||
237 | #ifdef __cplusplus | 237 | extern struct drx_access_func drx_dap_fasi_funct_g; |
238 | extern "C" { | ||
239 | #endif | ||
240 | |||
241 | extern struct drx_access_func drx_dap_fasi_funct_g; | ||
242 | 238 | ||
243 | #define DRXDAP_FASI_RMW 0x10000000 | 239 | #define DRXDAP_FASI_RMW 0x10000000 |
244 | #define DRXDAP_FASI_BROADCAST 0x20000000 | 240 | #define DRXDAP_FASI_BROADCAST 0x20000000 |
@@ -257,7 +253,4 @@ extern "C" { | |||
257 | #define DRXDAP_FASI_LONG_FORMAT(addr) (((addr) & 0xFC30FF80) != 0) | 253 | #define DRXDAP_FASI_LONG_FORMAT(addr) (((addr) & 0xFC30FF80) != 0) |
258 | #define DRXDAP_FASI_OFFSET_TOO_LARGE(addr) (((addr) & 0x00008000) != 0) | 254 | #define DRXDAP_FASI_OFFSET_TOO_LARGE(addr) (((addr) & 0x00008000) != 0) |
259 | 255 | ||
260 | #ifdef __cplusplus | ||
261 | } | ||
262 | #endif | ||
263 | #endif /* __DRX_DAP_FASI_H__ */ | 256 | #endif /* __DRX_DAP_FASI_H__ */ |