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 <felipe.balbi@linux.intel.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
5b91dfe187
commit
f0183a338e
@@ -177,7 +177,8 @@ int sierra_ms_init(struct us_data *us)
|
||||
|
||||
debug_swoc(&us->pusb_dev->dev, swocInfo);
|
||||
|
||||
/* If there is not Linux software on the TRU-Install device
|
||||
/*
|
||||
* If there is not Linux software on the TRU-Install device
|
||||
* then switch to modem mode
|
||||
*/
|
||||
if (!containsFullLinuxPackage(swocInfo)) {
|
||||
|
Reference in New Issue
Block a user