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_dev.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_dev.c')
-rw-r--r-- | net/caif/caif_dev.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/caif/caif_dev.c b/net/caif/caif_dev.c index 21760f0..df6d56d 100644 --- a/net/caif/caif_dev.c +++ b/net/caif/caif_dev.c @@ -301,10 +301,11 @@ static void dev_flowctrl(struct net_device *dev, int on) } void caif_enroll_dev(struct net_device *dev, struct caif_dev_common *caifdev, - struct cflayer *link_support, int head_room, - struct cflayer **layer, int (**rcv_func)( - struct sk_buff *, struct net_device *, - struct packet_type *, struct net_device *)) + struct cflayer *link_support, int head_room, + struct cflayer **layer, + int (**rcv_func)(struct sk_buff *, struct net_device *, + struct packet_type *, + struct net_device *)) { struct caif_device_entry *caifd; enum cfcnfg_phy_preference pref; |