From: Tomi Valkeinen Date: Tue, 12 Apr 2022 09:42:40 +0000 (+0100) Subject: media: v4l2-subdev: fix #endif comments X-Git-Tag: v6.1-rc5~1294^2~251 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dadd47d46818c7587f769287aa4acca152d48039;p=platform%2Fkernel%2Flinux-starfive.git media: v4l2-subdev: fix #endif comments Add comments after #endifs to clarify their scope. Signed-off-by: Tomi Valkeinen Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h index 6c153b3..a986fdd 100644 --- a/include/media/v4l2-subdev.h +++ b/include/media/v4l2-subdev.h @@ -1023,7 +1023,7 @@ v4l2_subdev_get_try_compose(struct v4l2_subdev *sd, return &state->pads[pad].try_compose; } -#endif +#endif /* CONFIG_VIDEO_V4L2_SUBDEV_API */ extern const struct v4l2_file_operations v4l2_subdev_fops; @@ -1204,4 +1204,4 @@ extern const struct v4l2_subdev_ops v4l2_subdev_call_wrappers; void v4l2_subdev_notify_event(struct v4l2_subdev *sd, const struct v4l2_event *ev); -#endif +#endif /* _V4L2_SUBDEV_H */