提交 139f14ad 编写于 作者: A Alexander Aring 提交者: Marcel Holtmann

ieee802154: ieee802154_dev: fix align typo

This patch fix a typo and fix align instead allign.
Signed-off-by: NAlexander Aring <alex.aring@gmail.com>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 b3020f0a
...@@ -263,7 +263,7 @@ ieee802154_alloc_device(size_t priv_data_len, struct ieee802154_ops *ops) ...@@ -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, * Due to ieee802154 layer isn't aware of driver and MAC structures,
* so lets allign them here. * so lets align them here.
*/ */
priv_size = ALIGN(sizeof(*priv), NETDEV_ALIGN) + priv_data_len; priv_size = ALIGN(sizeof(*priv), NETDEV_ALIGN) + priv_data_len;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册