diff mbox series

[next] hwmon: Fix spelling mistake "accesssible" -> "accessible"

Message ID 20240429074923.1073720-1-colin.i.king@gmail.com (mailing list archive)
State Accepted
Headers show
Series [next] hwmon: Fix spelling mistake "accesssible" -> "accessible" | expand

Commit Message

Colin Ian King April 29, 2024, 7:49 a.m. UTC
There is a spelling mistake in the module description. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/hwmon/lenovo-ec-sensors.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Guenter Roeck April 30, 2024, 5:33 p.m. UTC | #1
On 4/29/24 00:49, Colin Ian King wrote:
> There is a spelling mistake in the module description. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>   drivers/hwmon/lenovo-ec-sensors.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hwmon/lenovo-ec-sensors.c b/drivers/hwmon/lenovo-ec-sensors.c
> index 50adeb82468b..143fb79713f7 100644
> --- a/drivers/hwmon/lenovo-ec-sensors.c
> +++ b/drivers/hwmon/lenovo-ec-sensors.c
> @@ -598,5 +598,5 @@ static void __exit lenovo_ec_exit(void)
>   module_exit(lenovo_ec_exit);
>   
>   MODULE_AUTHOR("David Ober <dober@lenovo.com>");
> -MODULE_DESCRIPTION("HWMON driver for sensors accesssible via EC in LENOVO motherboards");
> +MODULE_DESCRIPTION("HWMON driver for sensors accessible via EC in LENOVO motherboards");
>   MODULE_LICENSE("GPL");

Squashed into original commit (I gave you credit in the description).

Thanks,
Guenter
diff mbox series

Patch

diff --git a/drivers/hwmon/lenovo-ec-sensors.c b/drivers/hwmon/lenovo-ec-sensors.c
index 50adeb82468b..143fb79713f7 100644
--- a/drivers/hwmon/lenovo-ec-sensors.c
+++ b/drivers/hwmon/lenovo-ec-sensors.c
@@ -598,5 +598,5 @@  static void __exit lenovo_ec_exit(void)
 module_exit(lenovo_ec_exit);
 
 MODULE_AUTHOR("David Ober <dober@lenovo.com>");
-MODULE_DESCRIPTION("HWMON driver for sensors accesssible via EC in LENOVO motherboards");
+MODULE_DESCRIPTION("HWMON driver for sensors accessible via EC in LENOVO motherboards");
 MODULE_LICENSE("GPL");