staging: r8188eu: replace N_BYTE_ALIGMENT with ALIGN
authorNam Cao <namcaov@gmail.com>
Mon, 20 Jun 2022 17:19:33 +0000 (19:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Jun 2022 07:05:21 +0000 (09:05 +0200)
commit908b130df51e04f317d5413f5bf31ebbf1a9e205
tree4d95e2f04fdd8d308c11d071dcc036e347ef60e9
parent4175971d0effb00f01c48a2990f51c1f1503be98
staging: r8188eu: replace N_BYTE_ALIGMENT with ALIGN

Replace the macro N_BYTE_ALIGMENT (defined in this driver) with ALIGN
because they do the same thing.

Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Nam Cao <namcaov@gmail.com>
Link: https://lore.kernel.org/r/28087b76483f10dca1e1c3bdcba5e4b08eecd544.1655745123.git.namcaov@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_recv.c
drivers/staging/r8188eu/core/rtw_xmit.c
drivers/staging/r8188eu/hal/rtl8188eu_recv.c
drivers/staging/r8188eu/os_dep/xmit_linux.c