summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorQinghua Zhao <zqh1630@126.com>2026-04-09 22:54:28 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-04-11 12:02:11 +0200
commite7d219f4302182f956bc25e1b76bfe14009847e7 (patch)
tree5a89f3deb0653a48b80814cd0b1db2a2a85ebe74 /drivers
parentcfcd7b29e5191f5ff097f7c278188face0c79ab7 (diff)
drivers/usb/host: Fix spelling error 'seperate' -> 'separate'
Fix typo in comment where 'seperate' should be 'separate'. Signed-off-by: Qinghua Zhao <zqh1630@126.com> Link: https://patch.msgid.link/20260409145428.18130-1-zqh1630@126.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/host/xhci-mvebu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-mvebu.c b/drivers/usb/host/xhci-mvebu.c
index 257e4d79971f..f91c5004fade 100644
--- a/drivers/usb/host/xhci-mvebu.c
+++ b/drivers/usb/host/xhci-mvebu.c
@@ -30,7 +30,7 @@ static void xhci_mvebu_mbus_config(void __iomem *base,
writel(0, base + USB3_WIN_BASE(win));
}
- /* Program each DRAM CS in a seperate window */
+ /* Program each DRAM CS in a separate window */
for (win = 0; win < dram->num_cs; win++) {
const struct mbus_dram_window *cs = &dram->cs[win];