Message ID | 20231109185439.1535962-4-visitorckw@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | platform/chrome: Implement quickselect for median calculation | expand |
diff --git a/drivers/platform/chrome/cros_ec_sensorhub_ring.c b/drivers/platform/chrome/cros_ec_sensorhub_ring.c index ee1c3124d31a..85764e62cbe4 100644 --- a/drivers/platform/chrome/cros_ec_sensorhub_ring.c +++ b/drivers/platform/chrome/cros_ec_sensorhub_ring.c @@ -103,7 +103,7 @@ EXPORT_SYMBOL_GPL(cros_ec_sensorhub_unregister_push_data); * @sensorhub: Sensor Hub object * @on: true when events are requested. * - * To be called before sleeping or when noone is listening. + * To be called before sleeping or when no one is listening. * Return: 0 on success, or an error when we can not communicate with the EC. * */
Replace 'noone' with 'no one' in the comment. Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com> --- drivers/platform/chrome/cros_ec_sensorhub_ring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)