From: Alexander Aring Date: Sat, 25 Oct 2014 03:25:11 +0000 (+0200) Subject: ieee802154: wpan-phy: use blank line after function X-Git-Tag: v4.13~6154^2~234^2~3^2~103 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=e72740d057fea18be17587ff84ecebf09b30ca7d;p=mirror_ubuntu-bionic-kernel.git ieee802154: wpan-phy: use blank line after function This patch adds a blank line after function declaration. Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- 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);