Re: [PATCH v2 2/2] gpib: lpvo_usb: rename driver symbol prefix
From: Johan Hovold
Date: Wed Mar 11 2026 - 11:18:35 EST
On Wed, Mar 11, 2026 at 03:21:13PM +0100, Greg Kroah-Hartman wrote:
> On Thu, Mar 05, 2026 at 04:17:29PM +0100, Johan Hovold wrote:
> > The LPVO driver apparently includes a more or less verbatim copy of the
> > USB skeleton driver.
>
> Ick, and the copyright of that file was not referenced in this file
> either :(
It is actually, just not at the top of the file as expected. The
skeleton driver is included verbatim including the copyright header and
include directives starting around line 1190.
Johan