diff options
| author | Felipe Balbi <[email protected]> | 2016-04-18 10:09:11 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-04-26 22:04:38 +0000 |
| commit | f0183a338e4f90e59a4b4daa10cba0fae8e3fca7 (patch) | |
| tree | a68b5c6a0074dca1802e2287c2244f21514842ba /drivers/usb/storage/debug.c | |
| parent | usb: storage: scsiglue: limit USB3 devices to 2048 sectors (diff) | |
| download | kernel-f0183a338e4f90e59a4b4daa10cba0fae8e3fca7.tar.gz kernel-f0183a338e4f90e59a4b4daa10cba0fae8e3fca7.zip | |
usb: storage: fix multi-line comment style
No functional changes here, just making sure our
storage driver uses a consistent multi-line comment
style.
Signed-off-by: Felipe Balbi <[email protected]>
Acked-by: Alan Stern <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/storage/debug.c')
| -rw-r--r-- | drivers/usb/storage/debug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/storage/debug.c b/drivers/usb/storage/debug.c index 5a12c03138f8..8d20804a59e6 100644 --- a/drivers/usb/storage/debug.c +++ b/drivers/usb/storage/debug.c @@ -1,4 +1,5 @@ -/* Driver for USB Mass Storage compliant devices +/* + * Driver for USB Mass Storage compliant devices * Debugging Functions Source Code File * * Current development and maintenance by: |
