diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-10-25 05:25:11 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-10-25 08:07:30 +0200 |
commit | e72740d057fea18be17587ff84ecebf09b30ca7d (patch) | |
tree | 71f4ad3e59770e407b5cd48a14928615688062f0 /include/net | |
parent | 4896167d9761ede678c36999eea0450c355991d4 (diff) |
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>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/wpan-phy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/wpan-phy.h b/include/net/wpan-phy.h index fa827c923391..1e9795f116ba 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); |