diff mbox series

docs: Fix Typo

Message ID 20220801181038.GA957@DESKTOP-GSR5SR7.localdomain (mailing list archive)
State Changes Requested
Headers show
Series docs: Fix Typo | expand

Commit Message

Max Dunbar Aug. 1, 2022, 6:10 p.m. UTC
Correcting "wil" to "will" in the hwmon documentation

Signed-off-by: Max Dunbar <mdsurfing4@gmail.com>
---
 Documentation/hwmon/hwmon-kernel-api.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Guenter Roeck Aug. 8, 2022, 3:59 p.m. UTC | #1
On 8/1/22 11:10, Max Dunbar wrote:
> Correcting "wil" to "will" in the hwmon documentation
> 
> Signed-off-by: Max Dunbar <mdsurfing4@gmail.com>

Please at least use a proper subject indicating the affected subsystem
if you really have to make those cosmetic changes.

Guenter

> ---
>   Documentation/hwmon/hwmon-kernel-api.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/hwmon/hwmon-kernel-api.rst b/Documentation/hwmon/hwmon-kernel-api.rst
> index f3276b3a381a..a4755a5a24af 100644
> --- a/Documentation/hwmon/hwmon-kernel-api.rst
> +++ b/Documentation/hwmon/hwmon-kernel-api.rst
> @@ -57,7 +57,7 @@ register/unregister functions::
>   hwmon_device_register_with_groups registers a hardware monitoring device.
>   The first parameter of this function is a pointer to the parent device.
>   The name parameter is a pointer to the hwmon device name. The registration
> -function wil create a name sysfs attribute pointing to this name.
> +function will create a name sysfs attribute pointing to this name.
>   The drvdata parameter is the pointer to the local driver data.
>   hwmon_device_register_with_groups will attach this pointer to the newly
>   allocated hwmon device. The pointer can be retrieved by the driver using
diff mbox series

Patch

diff --git a/Documentation/hwmon/hwmon-kernel-api.rst b/Documentation/hwmon/hwmon-kernel-api.rst
index f3276b3a381a..a4755a5a24af 100644
--- a/Documentation/hwmon/hwmon-kernel-api.rst
+++ b/Documentation/hwmon/hwmon-kernel-api.rst
@@ -57,7 +57,7 @@  register/unregister functions::
 hwmon_device_register_with_groups registers a hardware monitoring device.
 The first parameter of this function is a pointer to the parent device.
 The name parameter is a pointer to the hwmon device name. The registration
-function wil create a name sysfs attribute pointing to this name.
+function will create a name sysfs attribute pointing to this name.
 The drvdata parameter is the pointer to the local driver data.
 hwmon_device_register_with_groups will attach this pointer to the newly
 allocated hwmon device. The pointer can be retrieved by the driver using