drivers/sensors: fix style issues in function headers

fix style issues in function headers, add missing new lines
This commit is contained in:
raiden00pl
2024-11-14 15:08:08 +01:00
committed by Xiang Xiao
parent 6fcfe7cf03
commit 547cbf3ba6
20 changed files with 97 additions and 20 deletions
+2
View File
@@ -1387,6 +1387,7 @@ rpmsg_err:
* instance is bound to the sensor driver and must persists as long
* as the driver persists.
* devno - The user specifies which device of this type, from 0.
*
****************************************************************************/
void sensor_unregister(FAR struct sensor_lowerhalf_s *lower, int devno)
@@ -1419,6 +1420,7 @@ void sensor_unregister(FAR struct sensor_lowerhalf_s *lower, int devno)
* instance is bound to the sensor driver and must persists as long
* as the driver persists.
* path - The user specifies path of device, ex: /dev/uorb/xxx
*
****************************************************************************/
void sensor_custom_unregister(FAR struct sensor_lowerhalf_s *lower,