VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Hans Verkuil <hverkuil-cisco@xs4all.nl> 2020-07-17 10:10:07 +0200 committer: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2020-07-19 14:26:25 +0200 commit: 8f2a4a9d5ff5202d0b3e3a144ebb9b67aabadd29 parent: 8ecbde62c063d7d499144d3491496383a16de7f2
Commit Summary:
media: dvbdev.h: keep * together with the type
Diffstat:
1 file changed, 2 insertions, 2 deletions
diff --git a/include/media/dvbdev.h b/include/media/dvbdev.h
index 1f7b008387f8..e547cbeee431 100644
--- a/include/media/dvbdev.h
+++ b/include/media/dvbdev.h
@@ -293,8 +293,8 @@ static inline void dvb_register_media_controller(struct dvb_adapter *adap,
  *
  * @adap:			pointer to &struct dvb_adapter
  */
-static inline struct media_device
-*dvb_get_media_controller(struct dvb_adapter *adap)
+static inline struct media_device *
+dvb_get_media_controller(struct dvb_adapter *adap)
 {
 	return adap->mdev;
 }