]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbf7b0d217e2f679864ba464308420f86413e3c96
tree4d95e2f04fdd8d308c11d071dcc036e347ef60e9
parent606260ce039d81a6d1d1d692b32b8104aea7be72
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