.. | .. |
---|
86 | 86 | * @priv: private data |
---|
87 | 87 | * @device: pointer to struct device |
---|
88 | 88 | * @module: pointer to struct module |
---|
89 | | - * @mfe_shared: mfe shared: indicates mutually exclusive frontends |
---|
90 | | - * Thie usage of this flag is currently deprecated |
---|
| 89 | + * @mfe_shared: indicates mutually exclusive frontends. |
---|
| 90 | + * Use of this flag is currently deprecated. |
---|
91 | 91 | * @mfe_dvbdev: Frontend device in use, in the case of MFE |
---|
92 | 92 | * @mfe_lock: Lock to prevent using the other frontends when MFE is |
---|
93 | 93 | * used. |
---|
.. | .. |
---|
293 | 293 | * |
---|
294 | 294 | * @adap: pointer to &struct dvb_adapter |
---|
295 | 295 | */ |
---|
296 | | -static inline struct media_device |
---|
297 | | -*dvb_get_media_controller(struct dvb_adapter *adap) |
---|
| 296 | +static inline struct media_device * |
---|
| 297 | +dvb_get_media_controller(struct dvb_adapter *adap) |
---|
298 | 298 | { |
---|
299 | 299 | return adap->mdev; |
---|
300 | 300 | } |
---|
.. | .. |
---|
385 | 385 | * with dvb_module_probe() should use dvb_module_release() to unbind. |
---|
386 | 386 | * |
---|
387 | 387 | * Return: |
---|
388 | | - * On success, return an &struct i2c_client, pointing the the bound |
---|
| 388 | + * On success, return an &struct i2c_client, pointing to the bound |
---|
389 | 389 | * I2C device. %NULL otherwise. |
---|
390 | 390 | * |
---|
391 | 391 | * .. note:: |
---|