Skip to content

Commit

Permalink
iio:cros_ec_sensors: Fix a wrong function name in kernel doc.
Browse files Browse the repository at this point in the history
cros_ec_sensors_read_data_unsafe() had wrong function name in kernel-doc
This shows up with W=1 builds.

No fixes tag because I don't want to waste time on this being
backported.

Signed-off-by: Jonathan Cameron <[email protected]>
Cc: Guenter Roeck <[email protected]>
Cc: Douglas Anderson <[email protected]>
Cc: Gwendal Grignou <[email protected]>
Cc: Enric Balletbo i Serra <[email protected]>
Acked-by: Enric Balletbo i Serra <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
jic23 committed Mar 25, 2021
1 parent 831aaea commit 85ece36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ static int cros_ec_sensors_read_until_not_busy(
}

/**
* read_ec_sensors_data_unsafe() - read acceleration data from EC shared memory
* cros_ec_sensors_read_data_unsafe() - read acceleration data from EC shared memory
* @indio_dev: pointer to IIO device
* @scan_mask: bitmap of the sensor indices to scan
* @data: location to store data
Expand Down

0 comments on commit 85ece36

Please sign in to comment.