[PATCH] xen/xenbus: Fix spelling mistake "hardward" -> "hardware"

Colin Ian King posted 1 patch 1 year, 7 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
drivers/xen/xen-pciback/xenbus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] xen/xenbus: Fix spelling mistake "hardward" -> "hardware"
Posted by Colin Ian King 1 year, 7 months ago
There is a spelling mistake in the module description. Fix it.

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

diff --git a/drivers/xen/xen-pciback/xenbus.c b/drivers/xen/xen-pciback/xenbus.c
index bde63ef677b8..d171091eec12 100644
--- a/drivers/xen/xen-pciback/xenbus.c
+++ b/drivers/xen/xen-pciback/xenbus.c
@@ -31,7 +31,7 @@ MODULE_PARM_DESC(passthrough,
 	"   frontend (for example, a device at 06:01.b will still appear at\n"\
 	"   06:01.b to the frontend). This is similar to how Xen 2.0.x\n"\
 	"   exposed PCI devices to its driver domains. This may be required\n"\
-	"   for drivers which depend on finding their hardward in certain\n"\
+	"   for drivers which depend on finding their hardware in certain\n"\
 	"   bus/slot locations.");
 
 static struct xen_pcibk_device *alloc_pdev(struct xenbus_device *xdev)
-- 
2.37.1
Re: [PATCH] xen/xenbus: Fix spelling mistake "hardward" -> "hardware"
Posted by Juergen Gross 1 year, 7 months ago
On 04.10.22 18:06, 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>

Pushed to xen/tip.git for-linus-6.1


Juergen

Re: [PATCH] xen/xenbus: Fix spelling mistake "hardward" -> "hardware"
Posted by Juergen Gross 1 year, 7 months ago
On 04.10.22 18:06, 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>

Reviewed-by: Juergen Gross <jgross@suse.com>


Juergen