From: Leonard Crestez Date: Fri, 13 Apr 2018 18:34:31 +0000 (-0400) Subject: media: v4l: fwnode: Fix comment incorrectly mentioning v4l2_fwnode_parse_endpoint X-Git-Tag: v4.18-rc1~107^2~341 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2b2eff6ac2716f499defa590a6ec4ba379d765e;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/media/v4l2-fwnode.h b/include/media/v4l2-fwnode.h index c228ec1c77cfa..9cccab618b98e 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 {