[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220801181038.GA957@DESKTOP-GSR5SR7.localdomain>
Date: Mon, 1 Aug 2022 11:10:38 -0700
From: Max Dunbar <mdsurfing4@...il.com>
To: jdelvare@...e.com, linux@...ck-us.net, corbet@....net,
linux-hwmon@...r.kernel.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] docs: Fix Typo
Correcting "wil" to "will" in the hwmon documentation
Signed-off-by: Max Dunbar <mdsurfing4@...il.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
Powered by blists - more mailing lists