hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/media/dvbdev.h
....@@ -86,8 +86,8 @@
8686 * @priv: private data
8787 * @device: pointer to struct device
8888 * @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.
9191 * @mfe_dvbdev: Frontend device in use, in the case of MFE
9292 * @mfe_lock: Lock to prevent using the other frontends when MFE is
9393 * used.
....@@ -293,8 +293,8 @@
293293 *
294294 * @adap: pointer to &struct dvb_adapter
295295 */
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)
298298 {
299299 return adap->mdev;
300300 }
....@@ -385,7 +385,7 @@
385385 * with dvb_module_probe() should use dvb_module_release() to unbind.
386386 *
387387 * 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
389389 * I2C device. %NULL otherwise.
390390 *
391391 * .. note::