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

USB: Documentation/usb/hotplug.txt: Checkpatch cleanup

Documentation/usb/hotplug.txt:13: ERROR: trailing whitespace
Documentation/usb/hotplug.txt:87: ERROR: trailing whitespace

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Andrea Gelmini and committed by
Greg Kroah-Hartman
b03dbffd 254217d1

+2 -2
+2 -2
Documentation/usb/hotplug.txt
··· 10 10 11 11 - Bind a driver to that device. Bus frameworks do that using a 12 12 device driver's probe() routine. 13 - 13 + 14 14 - Tell other subsystems to configure the new device. Print 15 15 queues may need to be enabled, networks brought up, disk 16 16 partitions mounted, and so on. In some cases these will ··· 84 84 Current versions of module-init-tools will create a "modules.usbmap" file 85 85 which contains the entries from each driver's MODULE_DEVICE_TABLE. Such 86 86 files can be used by various user mode policy agents to make sure all the 87 - right driver modules get loaded, either at boot time or later. 87 + right driver modules get loaded, either at boot time or later. 88 88 89 89 See <linux/usb.h> for full information about such table entries; or look 90 90 at existing drivers. Each table entry describes one or more criteria to