libcamera: Replace C++ comments with C comments

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 <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
Laurent Pinchart
2020-05-22 03:13:06 +03:00
parent 08a75925d8
commit f3f1807a1f
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
/*
* Copyright (C) 2019, Google Inc.
*
* control_ids.h : Control ID list
* control_ids.h - Control ID list
*
* This file is auto-generated. Do not edit.
*/
@@ -30,4 +30,4 @@ extern const ControlIdMap controls;
} /* namespace libcamera */
#endif // __LIBCAMERA_CONTROL_IDS_H__
#endif /* __LIBCAMERA_CONTROL_IDS_H__ */

View File

@@ -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__ */