isdn: whitespace coding style cleanup
[linux-2.6-block.git] / drivers / isdn / gigaset / ser-gigaset.c
index 86a5c4f7775eb5c95a23a35b1bf05a77a8ba9681..6f3fd4cf437881d254e793fee7050ebf2597c7fd 100644 (file)
@@ -246,7 +246,7 @@ static int gigaset_write_cmd(struct cardstate *cs, struct cmdbuf_t *cb)
        unsigned long flags;
 
        gigaset_dbg_buffer(cs->mstate != MS_LOCKED ?
-                               DEBUG_TRANSCMD : DEBUG_LOCKCMD,
+                          DEBUG_TRANSCMD : DEBUG_LOCKCMD,
                           "CMD Transmit", cb->len, cb->buf);
 
        spin_lock_irqsave(&cs->cmdlock, flags);
@@ -773,8 +773,8 @@ static int __init ser_gigaset_init(void)
 
        /* allocate memory for our driver state and initialize it */
        driver = gigaset_initdriver(GIGASET_MINOR, GIGASET_MINORS,
-                                         GIGASET_MODULENAME, GIGASET_DEVNAME,
-                                         &ops, THIS_MODULE);
+                                   GIGASET_MODULENAME, GIGASET_DEVNAME,
+                                   &ops, THIS_MODULE);
        if (!driver)
                goto error;