diff options
author | Silviu-Mihai Popescu <silviupopescu1990@gmail.com> | 2013-03-06 14:39:57 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-07 16:24:45 -0500 |
commit | 3bffc475f9995843fa23a4978a4c112d8c8f4a6e (patch) | |
tree | d739422428b0906cd3cf405198af0bf7cab76741 /net/caif/caif_dev.c | |
parent | b2fb4f54ecd47c42413d54b4666b06cf93c05abf (diff) |
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 21760f008974..df6d56d8689a 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) | |||
301 | } | 301 | } |
302 | 302 | ||
303 | void caif_enroll_dev(struct net_device *dev, struct caif_dev_common *caifdev, | 303 | void caif_enroll_dev(struct net_device *dev, struct caif_dev_common *caifdev, |
304 | struct cflayer *link_support, int head_room, | 304 | struct cflayer *link_support, int head_room, |
305 | struct cflayer **layer, int (**rcv_func)( | 305 | struct cflayer **layer, |
306 | struct sk_buff *, struct net_device *, | 306 | int (**rcv_func)(struct sk_buff *, struct net_device *, |
307 | struct packet_type *, struct net_device *)) | 307 | struct packet_type *, |
308 | struct net_device *)) | ||
308 | { | 309 | { |
309 | struct caif_device_entry *caifd; | 310 | struct caif_device_entry *caifd; |
310 | enum cfcnfg_phy_preference pref; | 311 | enum cfcnfg_phy_preference pref; |