]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
USB: wusbcore: fix up line break coding style issues in mmc.c
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Sat, 4 Jan 2014 08:36:31 +0000 (14:06 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jan 2014 00:19:31 +0000 (16:19 -0800)
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/wusbcore/mmc.c

index b71760c8d3ad13b6697f4b39efc299364c2408b1..44741267c917672149474fea1aef4efcd86d2210 100644 (file)
@@ -206,13 +206,15 @@ int wusbhc_start(struct wusbhc *wusbhc)
 
        result = wusbhc_devconnect_start(wusbhc);
        if (result < 0) {
-               dev_err(dev, "error enabling device connections: %d\n", result);
+               dev_err(dev, "error enabling device connections: %d\n",
+                       result);
                goto error_devconnect_start;
        }
 
        result = wusbhc_sec_start(wusbhc);
        if (result < 0) {
-               dev_err(dev, "error starting security in the HC: %d\n", result);
+               dev_err(dev, "error starting security in the HC: %d\n",
+                       result);
                goto error_sec_start;
        }
 
@@ -284,7 +286,8 @@ int wusbhc_chid_set(struct wusbhc *wusbhc, const struct wusb_ckhdid *chid)
                wusbhc->uwb_rc = uwb_rc_get_by_grandpa(wusbhc->dev->parent);
                if (wusbhc->uwb_rc == NULL) {
                        result = -ENODEV;
-                       dev_err(wusbhc->dev, "Cannot get associated UWB Host Controller\n");
+                       dev_err(wusbhc->dev,
+                               "Cannot get associated UWB Host Controller\n");
                        goto error_rc_get;
                }