OSDN Git Service

staging: r8188eu: replace N_BYTE_ALIGMENT macro with PTR_ALIGN
authorIvan Safonov <insafonov@gmail.com>
Sun, 18 Sep 2016 17:25:40 +0000 (00:25 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Sep 2016 11:33:49 +0000 (13:33 +0200)
commitfb1134087568dad2b974669ebcee09718b7fdc80
tree32b574e44dadde9f5f0df0d88abbbff1b4bacde2
parent8fc01db37dfe00f748eb548d304640fc3148b2ab
staging: r8188eu: replace N_BYTE_ALIGMENT macro with PTR_ALIGN

PTR_ALIGN is a bit shorter than N_BYTE_ALIGMENT.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_recv.c
drivers/staging/rtl8188eu/core/rtw_xmit.c
drivers/staging/rtl8188eu/include/basic_types.h
drivers/staging/rtl8188eu/os_dep/xmit_linux.c