Commit b03dbffd authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Greg Kroah-Hartman

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: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 254217d1
...@@ -10,7 +10,7 @@ immediately usable. That means the system must do many things, including: ...@@ -10,7 +10,7 @@ immediately usable. That means the system must do many things, including:
- Bind a driver to that device. Bus frameworks do that using a - Bind a driver to that device. Bus frameworks do that using a
device driver's probe() routine. device driver's probe() routine.
- Tell other subsystems to configure the new device. Print - Tell other subsystems to configure the new device. Print
queues may need to be enabled, networks brought up, disk queues may need to be enabled, networks brought up, disk
partitions mounted, and so on. In some cases these will partitions mounted, and so on. In some cases these will
...@@ -84,7 +84,7 @@ USB MODUTILS SUPPORT ...@@ -84,7 +84,7 @@ USB MODUTILS SUPPORT
Current versions of module-init-tools will create a "modules.usbmap" file Current versions of module-init-tools will create a "modules.usbmap" file
which contains the entries from each driver's MODULE_DEVICE_TABLE. Such which contains the entries from each driver's MODULE_DEVICE_TABLE. Such
files can be used by various user mode policy agents to make sure all the files can be used by various user mode policy agents to make sure all the
right driver modules get loaded, either at boot time or later. right driver modules get loaded, either at boot time or later.
See <linux/usb.h> for full information about such table entries; or look See <linux/usb.h> for full information about such table entries; or look
at existing drivers. Each table entry describes one or more criteria to at existing drivers. Each table entry describes one or more criteria to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment