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:
b3020f0
)
ieee802154: ieee802154_dev: fix align typo
author
Alexander Aring
<alex.aring@gmail.com>
Sat, 25 Oct 2014 03:25:08 +0000
(
05:25
+0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 25 Oct 2014 06:07:30 +0000
(08:07 +0200)
This patch fix a typo and fix align instead allign.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/mac802154/ieee802154_dev.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac802154/ieee802154_dev.c
b/net/mac802154/ieee802154_dev.c
index 6af6a2427aafa80a3ee06850222c5c64b80e9951..086d4a91ae4535791375442e059b1e3d13f4e5ee 100644
(file)
--- a/
net/mac802154/ieee802154_dev.c
+++ b/
net/mac802154/ieee802154_dev.c
@@
-263,7
+263,7
@@
ieee802154_alloc_device(size_t priv_data_len, struct ieee802154_ops *ops)
* +-----------------------+
*
* Due to ieee802154 layer isn't aware of driver and MAC structures,
- * so lets al
l
ign them here.
+ * so lets align them here.
*/
priv_size = ALIGN(sizeof(*priv), NETDEV_ALIGN) + priv_data_len;