From: Alexander Aring Date: Wed, 12 Nov 2014 02:36:54 +0000 (+0100) Subject: ieee802154: cleanup cfg802154 intendation X-Git-Tag: Ubuntu-snapdragon-4.4.0-1029.32~7544^2~134^2~5^2~45 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9d30a8cf98b2dd132d6e4503718df78ffc1b7f53;p=mirror_ubuntu-zesty-kernel.git ieee802154: cleanup cfg802154 intendation This is patch is cleanup to have a similar indentation like cfg80211 implementation. Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- diff --git a/include/net/cfg802154.h b/include/net/cfg802154.h index 369515231302..8a3edc5edad1 100644 --- a/include/net/cfg802154.h +++ b/include/net/cfg802154.h @@ -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 {