mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-27 03:35:51 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
cfcd7b29e5
commit
e7d219f430
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user