From: Linyu Yuan Date: Thu, 3 Mar 2022 11:09:00 +0000 (+0200) Subject: usb: host: xhci: fix a comment typo in xhci_mem_init() X-Git-Tag: v6.6.17~7891^2~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ddfaee6255945a59f897033ffb55cfcdc5bcf946;p=platform%2Fkernel%2Flinux-rpi.git usb: host: xhci: fix a comment typo in xhci_mem_init() It should be Device Context, not doorbell. Signed-off-by: Linyu Yuan Signed-off-by: Mathias Nyman Link: https://lore.kernel.org/r/20220303110903.1662404-7-mathias.nyman@linux.intel.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/xhci-mem.c b/drivers/usb/host/xhci-mem.c index 938eb2b..bbb27ee 100644 --- a/drivers/usb/host/xhci-mem.c +++ b/drivers/usb/host/xhci-mem.c @@ -2417,7 +2417,7 @@ int xhci_mem_init(struct xhci_hcd *xhci, gfp_t flags) writel(val, &xhci->op_regs->config_reg); /* - * xHCI section 5.4.6 - doorbell array must be + * xHCI section 5.4.6 - Device Context array must be * "physically contiguous and 64-byte (cache line) aligned". */ xhci->dcbaa = dma_alloc_coherent(dev, sizeof(*xhci->dcbaa), &dma,