Fix doc warnings am: 867e1e3043

am: 18bf56aeb7

Change-Id: I0b7562abf5d905d72cd6134e6e4d81c294f1dc92
This commit is contained in:
Colin Cross
2016-10-08 00:43:56 +00:00
committed by android-build-merger

View File

@@ -1151,7 +1151,7 @@ struct sensors_module_t {
/**
* Enumerate all available sensors. The list is returned in "list".
* @return number of sensors in the list
* return number of sensors in the list
*/
int (*get_sensors_list)(struct sensors_module_t* module,
struct sensor_t const** list);
@@ -1162,7 +1162,7 @@ struct sensors_module_t {
* 0 - Normal operation. Default state of the module.
* 1 - Loopback mode. Data is injected for the supported
* sensors by the sensor service in this mode.
* @return 0 on success
* return 0 on success
* -EINVAL if requested mode is not supported
* -EPERM if operation is not allowed
*/
@@ -1372,7 +1372,7 @@ typedef struct sensors_poll_device_1 {
/*
* Inject a single sensor sample to be to this device.
* data points to the sensor event to be injected
* @return 0 on success
* return 0 on success
* -EPERM if operation is not allowed
* -EINVAL if sensor event cannot be injected
*/