From f3f1807a1f88136e3159a1399dfd6ed9d30b0085 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 22 May 2020 03:13:06 +0300 Subject: libcamera: Replace C++ comments with C comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The control_ids.h.in and property_ids.h.in headers use C++-style comments, when the coding style mandates C-style comments. Fix them. While at it, adjust three minor typos in comments. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: Niklas Söderlund --- include/libcamera/property_ids.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/libcamera/property_ids.h.in') diff --git a/include/libcamera/property_ids.h.in b/include/libcamera/property_ids.h.in index 62799b3e..e4dea335 100644 --- a/include/libcamera/property_ids.h.in +++ b/include/libcamera/property_ids.h.in @@ -2,7 +2,7 @@ /* * Copyright (C) 2019, Google Inc. * - * property_ids.h : Property ID list + * property_ids.h - Property ID list * * This file is auto-generated. Do not edit. */ @@ -26,8 +26,8 @@ ${controls} extern const ControlIdMap properties; -} /* namespace propertiess */ +} /* namespace properties */ } /* namespace libcamera */ -#endif // __LIBCAMERA_PROPERTY_IDS_H__ +#endif /* __LIBCAMERA_PROPERTY_IDS_H__ */ -- cgit v1.2.1