Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: core: Fix file path that does not exist

Both driver.c and generic.c are not under drivers/usb/, should
be drivers/usb/core/ instead.

Signed-off-by: Wei Ming Chen <jj251510319013@gmail.com>
Link: https://lore.kernel.org/r/20211205023529.91165-1-jj251510319013@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Wei Ming Chen and committed by
Greg Kroah-Hartman
9899aa5b e1c72d90

+2 -2
+1 -1
drivers/usb/core/driver.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 - * drivers/usb/driver.c - most of the driver model stuff for usb 3 + * drivers/usb/core/driver.c - most of the driver model stuff for usb 4 4 * 5 5 * (C) Copyright 2005 Greg Kroah-Hartman <gregkh@suse.de> 6 6 *
+1 -1
drivers/usb/core/generic.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 - * drivers/usb/generic.c - generic driver for USB devices (not interfaces) 3 + * drivers/usb/core/generic.c - generic driver for USB devices (not interfaces) 4 4 * 5 5 * (C) Copyright 2005 Greg Kroah-Hartman <gregkh@suse.de> 6 6 *