Re: [PATCH v20 08/41] usb: host: xhci-mem: Allow for interrupter clients to choose specific index

From: Wesley Cheng
Date: Fri Apr 26 2024 - 16:04:45 EST


Hi Amadeusz,

On 4/26/2024 6:24 AM, Amadeusz Sławiński wrote:
On 4/25/2024 11:50 PM, Wesley Cheng wrote:
Some clients may operate only on a specific XHCI interrupter instance.
Allow for the associated class driver to request for the interrupter that
it requires.

Signed-off-by: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
---

(...)

-
-    /* Find available secondary interrupter, interrupter 0 is reserved for primary */
+    /* Find available secondary interrupter, interrupter 0 is reserverd for primary */

You introduce a typo in here.

Thanks for the review! Will fix it.

Thanks
Wesley Cheng