projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4896167
)
ieee802154: wpan-phy: use blank line after function
author
Alexander Aring
<alex.aring@gmail.com>
Sat, 25 Oct 2014 03:25:11 +0000
(
05:25
+0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 25 Oct 2014 06:07:30 +0000
(08:07 +0200)
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>
include/net/wpan-phy.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/wpan-phy.h
b/include/net/wpan-phy.h
index fa827c9233917e629dcaddf470263174260a6076..1e9795f116ba3600f9008d17d81a111be0899607 100644
(file)
--- 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);