]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd715b28dbc65c26c3bf44bb3024de58bbd538795
tree32b574e44dadde9f5f0df0d88abbbff1b4bacde2
parent041778c412f21da9d3de8aaf4233909599a96e8a
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