]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpib: lpvo_usb: rename driver symbol prefix
authorJohan Hovold <johan@kernel.org>
Thu, 5 Mar 2026 15:17:29 +0000 (16:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Mar 2026 10:43:51 +0000 (11:43 +0100)
commitbf3e24a9bff52303f5058c83cc6c7d7b2ef4958f
tree996dabf794b6ac5bfbe0772a0734189e91592597
parent3812943e01fdeabd80118b01c1484f6bd4d324d9
gpib: lpvo_usb: rename driver symbol prefix

The LPVO driver apparently includes a more or less verbatim copy of the
USB skeleton driver.

Replace the "skel_" symbol prefix with "lpvo_" and rename the "usb_skel"
struct "lpvo" to avoid symbol name clashes and make this a bit more
palatable.

Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://patch.msgid.link/20260305151729.10501-3-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c