Skip to content

Commit

Permalink
ieee802154: ieee802154_dev: fix align typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexander Aring authored and Marcel Holtmann committed Oct 25, 2014
1 parent b3020f0 commit 139f14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mac802154/ieee802154_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 allign them here.
* so lets align them here.
*/

priv_size = ALIGN(sizeof(*priv), NETDEV_ALIGN) + priv_data_len;
Expand Down

0 comments on commit 139f14a

Please sign in to comment.