summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-10-25 05:25:11 +0200
committerMarcel Holtmann <marcel@holtmann.org>2014-10-25 08:07:30 +0200
commite72740d057fea18be17587ff84ecebf09b30ca7d (patch)
tree71f4ad3e59770e407b5cd48a14928615688062f0
parent4896167d9761ede678c36999eea0450c355991d4 (diff)
downloadop-kernel-dev-e72740d057fea18be17587ff84ecebf09b30ca7d.zip
op-kernel-dev-e72740d057fea18be17587ff84ecebf09b30ca7d.tar.gz
ieee802154: wpan-phy: use blank line after function
This patch adds a blank line after function declaration. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
-rw-r--r--include/net/wpan-phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/wpan-phy.h b/include/net/wpan-phy.h
index fa827c9..1e9795f 100644
--- a/include/net/wpan-phy.h
+++ b/include/net/wpan-phy.h
@@ -75,6 +75,7 @@ static inline void wpan_phy_set_dev(struct wpan_phy *phy, struct device *dev)
{
phy->dev.parent = dev;
}
+
int wpan_phy_register(struct wpan_phy *phy);
void wpan_phy_unregister(struct wpan_phy *phy);
void wpan_phy_free(struct wpan_phy *phy);
OpenPOWER on IntegriCloud