Commit eb773df5 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab

[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: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent c65fde19
This diff is collapsed.
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment