]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: v4l: fwnode: Fix comment incorrectly mentioning v4l2_fwnode_parse_endpoint
authorLeonard Crestez <leonard.crestez@nxp.com>
Fri, 13 Apr 2018 18:34:31 +0000 (14:34 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 23 Apr 2018 21:20:07 +0000 (17:20 -0400)
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>
include/media/v4l2-fwnode.h

index c228ec1c77cfa87c46e62b03d856004b68ad693d..9cccab618b98e19b0976d355c2f524ceb0a9da47 100644 (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 {