summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/drx39xyj/drx39xxj.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-01-16 15:24:57 +0100
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-04 18:24:17 +0100
commit57afe2f0bb0cca758701679f141c9fa92a034415 (patch)
tree09fb556cdce4be6d7bfda7430673ddc6b628022f /drivers/media/dvb-frontends/drx39xyj/drx39xxj.h
parent[media] drx-j: Use checkpatch --fix to solve several issues (diff)
downloadlinux-57afe2f0bb0cca758701679f141c9fa92a034415.tar.xz
linux-57afe2f0bb0cca758701679f141c9fa92a034415.zip
[media] drx-j: Don't use CamelCase
There's no reason at all to use CamelCase here. Convert all of them to normal case. 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/drx39xxj.h')
-rw-r--r--drivers/media/dvb-frontends/drx39xyj/drx39xxj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/drx39xyj/drx39xxj.h b/drivers/media/dvb-frontends/drx39xyj/drx39xxj.h
index 212aee8cdbf2..30657c8eaa5f 100644
--- a/drivers/media/dvb-frontends/drx39xyj/drx39xxj.h
+++ b/drivers/media/dvb-frontends/drx39xyj/drx39xxj.h
@@ -28,7 +28,7 @@
struct drx39xxj_state {
struct i2c_adapter *i2c;
- DRXDemodInstance_t *demod;
+ drx_demod_instance_t *demod;
enum drx_standard current_standard;
struct dvb_frontend frontend;
int powered_up:1;