Skip to content

Commit e7d219f

Browse files
zqh1630gregkh
authored andcommitted
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>
1 parent cfcd7b2 commit e7d219f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/usb/host/xhci-mvebu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static void xhci_mvebu_mbus_config(void __iomem *base,
3030
writel(0, base + USB3_WIN_BASE(win));
3131
}
3232

33-
/* Program each DRAM CS in a seperate window */
33+
/* Program each DRAM CS in a separate window */
3434
for (win = 0; win < dram->num_cs; win++) {
3535
const struct mbus_dram_window *cs = &dram->cs[win];
3636

0 commit comments

Comments
 (0)