diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2018-04-13 14:34:31 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-04-23 17:20:07 -0400 |
commit | a2b2eff6ac2716f499defa590a6ec4ba379d765e (patch) | |
tree | 96ca0cba86b83dc6eb9b0937f88c6ccbd6deb12b /include/media | |
parent | 5cd770f68a2081849a4c1f140dd4eff8387a3da6 (diff) | |
download | blackbird-op-linux-a2b2eff6ac2716f499defa590a6ec4ba379d765e.tar.gz blackbird-op-linux-a2b2eff6ac2716f499defa590a6ec4ba379d765e.zip |
media: v4l: fwnode: Fix comment incorrectly mentioning v4l2_fwnode_parse_endpoint
It's called v4l2_fwnode_endpoint_parse, not v4l2_fwnode_parse_endpoint.
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-fwnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-fwnode.h b/include/media/v4l2-fwnode.h index c228ec1c77cf..9cccab618b98 100644 --- a/include/media/v4l2-fwnode.h +++ b/include/media/v4l2-fwnode.h @@ -99,7 +99,7 @@ struct v4l2_fwnode_endpoint { struct fwnode_endpoint base; /* * Fields below this line will be zeroed by - * v4l2_fwnode_parse_endpoint() + * v4l2_fwnode_endpoint_parse() */ enum v4l2_mbus_type bus_type; union { |