Explorar o código

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>
Alexander Aring %!s(int64=11) %!d(string=hai) anos
pai
achega
e72740d057
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/net/wpan-phy.h

+ 1 - 0
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);