[usbdev] lint fixes
Signed-off-by: Timothy Chen <timothytim@google.com>
diff --git a/hw/ip/usbdev/rtl/usbdev.sv b/hw/ip/usbdev/rtl/usbdev.sv
index e7480cf..6d0bfe4 100644
--- a/hw/ip/usbdev/rtl/usbdev.sv
+++ b/hw/ip/usbdev/rtl/usbdev.sv
@@ -14,9 +14,10 @@
import prim_util_pkg::vbits;
#(
parameter logic [NumAlerts-1:0] AlertAsyncOn = {NumAlerts{1'b1}},
- parameter int RcvrWakeTimeUs = 1 // Max time (in microseconds) from rx_enable_o high to the
- // external differential receiver outputting valid data (when
- // configured to use one).
+ // Max time (in microseconds) from rx_enable_o high to the
+ // external differential receiver outputting valid data (when
+ // configured to use one).
+ parameter int unsigned RcvrWakeTimeUs = 1
) (
input logic clk_i,
input logic rst_ni,