summaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/m88ts2022_priv.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2014-08-21 21:27:55 +0200
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-09-08 15:00:54 +0200
commiteb773df5d2cf68be127b2ee146336f888962a521 (patch)
treed8cb2b7f3d16761432fbf2e98d7762f1648e4291 /drivers/media/tuners/m88ts2022_priv.h
parent[media] MAINTAINERS: add tw68 entry (diff)
downloadlinux-eb773df5d2cf68be127b2ee146336f888962a521.tar.xz
linux-eb773df5d2cf68be127b2ee146336f888962a521.zip
[media] m88ts2022: rename device state (priv => dev)
foo_dev seems to be most correct term for the structure holding data of each device instance. It is most used term in Kernel and also examples from book Linux Device Drivers, Third Edition, uses it. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/tuners/m88ts2022_priv.h')
-rw-r--r--drivers/media/tuners/m88ts2022_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/tuners/m88ts2022_priv.h b/drivers/media/tuners/m88ts2022_priv.h
index 0363dd866a2d..e7f6c91a7f72 100644
--- a/drivers/media/tuners/m88ts2022_priv.h
+++ b/drivers/media/tuners/m88ts2022_priv.h
@@ -19,7 +19,7 @@
#include "m88ts2022.h"
-struct m88ts2022_priv {
+struct m88ts2022_dev {
struct m88ts2022_config cfg;
struct i2c_client *client;
struct dvb_frontend *fe;