From: Bin Meng Date: Wed, 19 Jul 2017 13:49:53 +0000 (+0800) Subject: usb: xhci: Remove incorrect comments for struct xhci_container_ctx X-Git-Tag: v2017.09-rc1~32^2~44 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f2e0315e9d27a6495bde8d80983be4e0208bb63f;p=u-boot usb: xhci: Remove incorrect comments for struct xhci_container_ctx There is no member called 'dma' in struct xhci_container_ctx. Remove the comments that mentions it. Signed-off-by: Bin Meng Reviewed-by: Simon Glass Reviewed-by: Stefan Roese Tested-by: Stefan Roese --- diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index 2afa38694b..431afd864d 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -482,10 +482,9 @@ struct xhci_protocol_caps { * @type: Type of context. Used to calculated offsets to contained contexts. * @size: Size of the context data * @bytes: The raw context data given to HW - * @dma: dma address of the bytes * * Represents either a Device or Input context. Holds a pointer to the raw - * memory used for the context (bytes) and dma address of it (dma). + * memory used for the context (bytes). */ struct xhci_container_ctx { unsigned type;