://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.1.y
2018-11-23T15:13:14Zdrivers: usb: early: clean up indentation, remove extraneous tabs2018-11-23T15:13:14ZColin Ian Kingcolin.king@canonical.com2018-11-19T16:34:00Zurn:sha1:f4b614adbf3aceaa4dab034665c379352777de39
There is a hunk of code that is indented too much by one level, fix
this by removing the extraneous tabs.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
USB: add SPDX identifiers to all remaining files in drivers/usb/2017-11-04T10:48:02ZGreg Kroah-Hartmangregkh@linuxfoundation.org2017-11-03T10:28:30Zurn:sha1:5fd54ace4721fc5ce2bb5aef6318fcf17f421460
It's good to have SPDX identifiers in all files to make it easier to
audit the kernel tree for correct licenses.
Update the drivers/usb/ and include/linux/usb* files with the correct
SPDX license identifier based on the license text in the file itself.
The SPDX identifier is a legally binding shorthand, which can be used
instead of the full boiler plate text.
This work is based on a script and data from Thomas Gleixner, Philippe
Ombredanne, and Kate Stewart.
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Kate Stewart <kstewart@linuxfoundation.org>
Cc: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Acked-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers: usb: early: remove unused code2017-02-08T06:43:47ZGustavo A. R. Silvagarsilva@embeddedor.com2017-02-08T06:18:50Zurn:sha1:3d95521c12d84d917d2f7ec3e002d4b0e0ef3c28
Remove this line of code because devnum is overwritten before it can be used.
This could happen if line of code 609 (goto try_again;) is executed. Otherwise,
devnum is never used again.
Addresses-Coverity-ID: 1226870
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>