1
0
Fork 0

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>
hifive-unleashed-5.1
Leonard Crestez 2018-04-13 14:34:31 -04:00 committed by Mauro Carvalho Chehab
parent 5cd770f68a
commit a2b2eff6ac
1 changed files with 1 additions and 1 deletions

View File

@ -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 {