projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cd770f
)
media: v4l: fwnode: Fix comment incorrectly mentioning v4l2_fwnode_parse_endpoint
author
Leonard Crestez
<
[email protected]
>
Fri, 13 Apr 2018 18:34:31 +0000
(14:34 -0400)
committer
Mauro Carvalho Chehab
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Sakari Ailus <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
include/media/v4l2-fwnode.h
patch
|
blob
|
history
diff --git
a/include/media/v4l2-fwnode.h
b/include/media/v4l2-fwnode.h
index c228ec1c77cfa87c46e62b03d856004b68ad693d..9cccab618b98e19b0976d355c2f524ceb0a9da47 100644
(file)
--- 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 {