drivers/sensors: Run all sensor drivers through tools/nxstyle, correcting as many complaints as possible.

This commit is contained in:
Gregory Nutt
2019-12-06 19:07:34 -06:00
parent db6fe28fa6
commit d1584d60a2
53 changed files with 619 additions and 468 deletions
+2 -3
View File
@@ -91,8 +91,8 @@ struct hcsr04_dev_s
};
/****************************************************************************
* Private Data
****************************************************************************/
* Private Data
****************************************************************************/
static const struct file_operations g_hcsr04ops =
{
@@ -292,7 +292,6 @@ static int hcsr04_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
break;
case SNIOC_READ_RAW_DATA:
//ret = hcsr04_read_raw_data(priv, (FAR hcsr04_raw_data_t *) arg);
break;
#ifdef CONFIG_HCSR04_DEBUG