From: Sakari Ailus Date: Mon, 5 Sep 2022 12:35:34 +0000 (+0200) Subject: media: Remove incorrect comment from struct v4l2_fwnode_endpoint X-Git-Tag: v6.1-rc2~12^2~101 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=ac5d4d87e1eb8534c4b8148f77a0771825e780f4;p=linux-block.git media: Remove incorrect comment from struct v4l2_fwnode_endpoint struct v4l2_fwnode_endpoint was zeroed previously apart from the endpoint information itself when the endpoint properties were parsed. Now this hasn't been the case for a few years so remove the comment. 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 15e4ab672223..394d798f3dfa 100644 --- a/include/media/v4l2-fwnode.h +++ b/include/media/v4l2-fwnode.h @@ -45,10 +45,6 @@ struct v4l2_async_subdev; */ struct v4l2_fwnode_endpoint { struct fwnode_endpoint base; - /* - * Fields below this line will be zeroed by - * v4l2_fwnode_endpoint_parse() - */ enum v4l2_mbus_type bus_type; struct { struct v4l2_mbus_config_parallel parallel;