From 2af8c13347888c910a89563627b76a4c0cde5ed6 Mon Sep 17 00:00:00 2001
From: Ian Moffett <ian@osmora.org>
Date: Wed, 3 Apr 2024 10:12:15 -0400
Subject: kernel: xhci: Remove redundant comment

Signed-off-by: Ian Moffett <ian@osmora.org>
---
 sys/dev/usb/xhci.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/dev/usb/xhci.c b/sys/dev/usb/xhci.c
index 5b0f273..90d37fe 100644
--- a/sys/dev/usb/xhci.c
+++ b/sys/dev/usb/xhci.c
@@ -320,8 +320,6 @@ xhci_alloc_cmdring(struct xhci_hc *hc)
     size_t cmdring_size;
 
     cmdring_size = XHCI_TRB_SIZE * XHCI_CMDRING_LEN;
-
-    /* Create command ring */
     hc->cmd_ring = dynalloc_memalign(cmdring_size, 0x1000);
     __assert(hc->cmd_ring != NULL);
 
-- 
cgit v1.2.3