CAIF: fix indentation for function arguments
[deliverable/linux.git] / net / caif / caif_usb.c
index ef8ebaa993cf3ca9c915f8d2a230a3d04af79c34..d76278d644b82438e62fa290a136181e98de0d82 100644 (file)
@@ -75,7 +75,7 @@ static int cfusbl_transmit(struct cflayer *layr, struct cfpkt *pkt)
 }
 
 static void cfusbl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl,
-                                       int phyid)
+                          int phyid)
 {
        if (layr->up && layr->up->ctrlcmd)
                layr->up->ctrlcmd(layr->up, ctrl, layr->id);
@@ -121,7 +121,7 @@ static struct packet_type caif_usb_type __read_mostly = {
 };
 
 static int cfusbl_device_notify(struct notifier_block *me, unsigned long what,
-                             void *arg)
+                               void *arg)
 {
        struct net_device *dev = arg;
        struct caif_dev_common common;
This page took 0.025898 seconds and 5 git commands to generate.