ieee802154: cleanup cfg802154 intendation
authorAlexander Aring <alex.aring@gmail.com>
Wed, 12 Nov 2014 02:36:54 +0000 (03:36 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 12 Nov 2014 04:10:37 +0000 (05:10 +0100)
This is patch is cleanup to have a similar indentation like cfg80211
implementation.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/cfg802154.h

index 369515231302e9f585f9390c37a52410ee3ffbce..8a3edc5edad170cfc26d7a4a52ba966ed58a0b7c 100644 (file)
@@ -35,8 +35,8 @@ struct cfg802154_ops {
        struct net_device * (*add_virtual_intf_deprecated)(struct wpan_phy *wpan_phy,
                                                           const char *name,
                                                           int type);
-       void (*del_virtual_intf_deprecated)(struct wpan_phy *wpan_phy,
-                                           struct net_device *dev);
+       void    (*del_virtual_intf_deprecated)(struct wpan_phy *wpan_phy,
+                                              struct net_device *dev);
 };
 
 struct wpan_phy {
This page took 0.025061 seconds and 5 git commands to generate.