diff options
author | Silviu-Mihai Popescu <silviupopescu1990@gmail.com> | 2013-03-06 19:39:57 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-07 21:24:45 (GMT) |
commit | 3bffc475f9995843fa23a4978a4c112d8c8f4a6e (patch) | |
tree | d739422428b0906cd3cf405198af0bf7cab76741 /net/caif/caif_usb.c | |
parent | b2fb4f54ecd47c42413d54b4666b06cf93c05abf (diff) | |
download | linux-3bffc475f9995843fa23a4978a4c112d8c8f4a6e.tar.xz |
CAIF: fix indentation for function arguments
This lines up function arguments on second and subsequent lines at the
first column after the openning parenthesis of the first line.
Signed-off-by: Silviu-Mihai Popescu <silviupopescu1990@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/caif/caif_usb.c')
-rw-r--r-- | net/caif/caif_usb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/caif/caif_usb.c b/net/caif/caif_usb.c index ef8ebaa..d76278d 100644 --- a/net/caif/caif_usb.c +++ b/net/caif/caif_usb.c @@ -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; |