]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
usb: qcserial: fix multiline comment coding style
authorBjørn Mork <bjorn@mork.no>
Sun, 27 Apr 2014 14:47:43 +0000 (16:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 21:59:23 +0000 (14:59 -0700)
Use a consistent style for all multiline comments.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/qcserial.c

index 6c0a542e8ec1820d60d03f5a7896843d4a6b96f6..e282155dd4a16b37f9db24f1ee07cdfa8f23b60c 100644 (file)
@@ -225,12 +225,14 @@ static int qcprobe(struct usb_serial *serial, const struct usb_device_id *id)
        /* default to enabling interface */
        altsetting = 0;
 
-       /* Composite mode; don't bind to the QMI/net interface as that
+       /*
+        * Composite mode; don't bind to the QMI/net interface as that
         * gets handled by other drivers.
         */
 
        if (is_gobi1k) {
-               /* Gobi 1K USB layout:
+               /*
+                * Gobi 1K USB layout:
                 * 0: DM/DIAG (use libqcdm from ModemManager for communication)
                 * 1: serial port (doesn't respond)
                 * 2: AT-capable modem port
@@ -244,7 +246,8 @@ static int qcprobe(struct usb_serial *serial, const struct usb_device_id *id)
                else
                        altsetting = -1;
        } else {
-               /* Gobi 2K+ USB layout:
+               /*
+                * Gobi 2K+ USB layout:
                 * 0: QMI/net
                 * 1: DM/DIAG (use libqcdm from ModemManager for communication)
                 * 2: AT-capable modem port