commit | e2cec86528becf143341e2c5c59921bd6cfa1f45 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Nov 01 09:12:13 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Nov 01 12:25:28 2017 -0400 |
tree | eb8c7f07f70a84f994cc35458466adef76178082 | |
parent | 1acce5f72cfabcafee5e101b9ac7d71ebe1c7af9 [diff] |
media: v4l2-fwnode: use a typedef for a function callback That allows having a kernel-doc markup for the function prototype. It also prevents the need of describing the return values twice. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Acked-by: Sakari Ailus <sakari.ailus@iki.fi>