Fix nuttx coding style

Fix Comments
This commit is contained in:
simbit18 2023-07-31 12:55:26 +02:00 committed by Alan Carvalho de Assis
parent b0ab41beee
commit 8f744592d5
6 changed files with 6 additions and 16 deletions

View File

@ -132,9 +132,7 @@
* Private Type Definitions
****************************************************************************/
/**
* @brief Structure for ak09912 device
*/
/* Structure for ak09912 device */
struct ak09912_dev_s
{

View File

@ -135,9 +135,7 @@
* Private Type Definitions
****************************************************************************/
/**
* @brief Structure for apds9930 device
*/
/* Structure for apds9930 device */
struct apds9930_dev_s
{

View File

@ -62,9 +62,7 @@
* Private Type Definitions
****************************************************************************/
/**
* @brief Structure for bh1721fvc device
*/
/* Structure for bh1721fvc device */
struct bh1721fvc_dev_s
{

View File

@ -130,9 +130,7 @@
* Private Type Definitions
****************************************************************************/
/**
* @brief Structure for lt1pa01 device
*/
/* Structure for lt1pa01 device */
struct lt1pa01_dev_s
{

View File

@ -113,9 +113,7 @@
* Private Type Definitions
****************************************************************************/
/**
* @brief Structure for rpr0521rs device
*/
/* Structure for rpr0521rs device */
struct rpr0521rs_dev_s
{

View File

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