Fix nuttx coding style
Fix Comments
This commit is contained in:
parent
b0ab41beee
commit
8f744592d5
@ -132,9 +132,7 @@
|
||||
* Private Type Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @brief Structure for ak09912 device
|
||||
*/
|
||||
/* Structure for ak09912 device */
|
||||
|
||||
struct ak09912_dev_s
|
||||
{
|
||||
|
@ -135,9 +135,7 @@
|
||||
* Private Type Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @brief Structure for apds9930 device
|
||||
*/
|
||||
/* Structure for apds9930 device */
|
||||
|
||||
struct apds9930_dev_s
|
||||
{
|
||||
|
@ -62,9 +62,7 @@
|
||||
* Private Type Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @brief Structure for bh1721fvc device
|
||||
*/
|
||||
/* Structure for bh1721fvc device */
|
||||
|
||||
struct bh1721fvc_dev_s
|
||||
{
|
||||
|
@ -130,9 +130,7 @@
|
||||
* Private Type Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @brief Structure for lt1pa01 device
|
||||
*/
|
||||
/* Structure for lt1pa01 device */
|
||||
|
||||
struct lt1pa01_dev_s
|
||||
{
|
||||
|
@ -113,9 +113,7 @@
|
||||
* Private Type Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @brief Structure for rpr0521rs device
|
||||
*/
|
||||
/* Structure for rpr0521rs device */
|
||||
|
||||
struct rpr0521rs_dev_s
|
||||
{
|
||||
|
@ -182,7 +182,7 @@ enum v4l2_scene_mode
|
||||
V4L2_SCENE_MODE_SPORTS = 11, /* Sports */
|
||||
V4L2_SCENE_MODE_SUNSET = 12, /* Sunset */
|
||||
V4L2_SCENE_MODE_TEXT = 13, /* Text */
|
||||
V4L2_SCENE_MODE_MAX = 14 /**< Max number */
|
||||
V4L2_SCENE_MODE_MAX = 14 /* Max number */
|
||||
};
|
||||
|
||||
#define V4L2_CID_3A_LOCK (17) /* Lock 3A */
|
||||
|
Loading…
Reference in New Issue
Block a user