[PATCH] docs: Fix Typo

Max Dunbar posted 1 patch 3 years, 8 months ago
Documentation/hwmon/hwmon-kernel-api.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: Fix Typo
Posted by Max Dunbar 3 years, 8 months ago
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(-)

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
-- 
2.25.1
Re: [PATCH] docs: Fix Typo
Posted by Guenter Roeck 3 years, 8 months ago
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