This patch adds a blank line after function declaration. Signed-off-by: Alexander Aring <alex.aring@xxxxxxxxx> --- include/net/wpan-phy.h | 1 + 1 file changed, 1 insertion(+) 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); -- 2.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html