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:
@@ -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__ */
|
||||
|
||||
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user