]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/storage/initializers.c
usb: storage: fix multi-line comment style
[karo-tx-linux.git] / drivers / usb / storage / initializers.c
index 31fa2e92065b92c1a68aeff977798fabc23e2b16..d9d8c17e05d16fbc777a001906c1da5629af05cc 100644 (file)
@@ -1,4 +1,5 @@
-/* Special Initializers for certain USB Mass Storage devices
+/*
+ * Special Initializers for certain USB Mass Storage devices
  *
  * Current development and maintenance by:
  *   (c) 1999, 2000 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
 #include "debug.h"
 #include "transport.h"
 
-/* This places the Shuttle/SCM USB<->SCSI bridge devices in multi-target
- * mode */
+/*
+ * This places the Shuttle/SCM USB<->SCSI bridge devices in multi-target
+ * mode
+ */
 int usb_stor_euscsi_init(struct us_data *us)
 {
        int result;
@@ -57,8 +60,10 @@ int usb_stor_euscsi_init(struct us_data *us)
        return 0;
 }
 
-/* This function is required to activate all four slots on the UCR-61S2B
- * flash reader */
+/*
+ * This function is required to activate all four slots on the UCR-61S2B
+ * flash reader
+ */
 int usb_stor_ucr61s2b_init(struct us_data *us)
 {
        struct bulk_cb_wrap *bcb = (struct bulk_cb_wrap*) us->iobuf;