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