Commit a2b2eff6 authored by Leonard Crestez's avatar Leonard Crestez Committed by Mauro Carvalho Chehab

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: default avatarLeonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 5cd770f6
...@@ -99,7 +99,7 @@ struct v4l2_fwnode_endpoint { ...@@ -99,7 +99,7 @@ struct v4l2_fwnode_endpoint {
struct fwnode_endpoint base; struct fwnode_endpoint base;
/* /*
* Fields below this line will be zeroed by * Fields below this line will be zeroed by
* v4l2_fwnode_parse_endpoint() * v4l2_fwnode_endpoint_parse()
*/ */
enum v4l2_mbus_type bus_type; enum v4l2_mbus_type bus_type;
union { union {
......
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