On Sat, May 06, 2023 at 11:38:03AM -0700, Dmitry Torokhov wrote: > On Fri, May 05, 2023 at 05:09:16PM -0700, Dmitry Torokhov wrote: > > + if (down_interruptible(&hdev->driver_input_lock)) > > + return -EINTR; > > + > > + ret = __hid_device_probe(hdev); > > There is an extra space snuck in before "ret", let me know if you want > me to repost it (or if there are bigger concerns). Gentle ping on this one... -- Dmitry