Skip to content

Commit 06c62f8

Browse files
ColinIanKingjgross1
authored andcommitted
xen/xenbus: Fix spelling mistake "hardward" -> "hardware"
There is a spelling mistake in the module description. Fix it. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Juergen Gross <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Juergen Gross <[email protected]>
1 parent 728c2ed commit 06c62f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/xen/xen-pciback/xenbus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ MODULE_PARM_DESC(passthrough,
3131
" frontend (for example, a device at 06:01.b will still appear at\n"\
3232
" 06:01.b to the frontend). This is similar to how Xen 2.0.x\n"\
3333
" exposed PCI devices to its driver domains. This may be required\n"\
34-
" for drivers which depend on finding their hardward in certain\n"\
34+
" for drivers which depend on finding their hardware in certain\n"\
3535
" bus/slot locations.");
3636

3737
static struct xen_pcibk_device *alloc_pdev(struct xenbus_device *xdev)

0 commit comments

Comments
 (0)