OSDN Git Service

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)
commit28157b8c7d9a9c92d1da31af486fe4ad39862edd
tree921e5c88a3a8324abf21e5406c75c3e51eb22a90
parentf48cc509c9352125d4d44172493c5f708ccf0291
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