]> git.baikalelectronics.ru Git - kernel.git/commit
USB: Better name for __check_usb_generic()
authorBastien Nocera <hadess@hadess.net>
Tue, 18 Aug 2020 11:04:44 +0000 (13:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Aug 2020 11:10:40 +0000 (13:10 +0200)
commit18e26f85d914637f6ecdde00e9ce2f72c8a6e59e
tree921e5c88a3a8324abf21e5406c75c3e51eb22a90
parent5a3c8bf00ee06e749ac043cdbf9666b10297cde3
USB: Better name for __check_usb_generic()

__check_usb_generic() doesn't explain very well what the
function actually does: It checks to see whether the driver is
non-generic and matches the device.

Change it to check_for_non_generic_match()

Signed-off-by: Bastien Nocera <hadess@hadess.net>
Link: https://lore.kernel.org/r/20200818110445.509668-2-hadess@hadess.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/generic.c