mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 07:46:51 +07:00
da951c2417
Semicolons are not necessary after macros that end in while (0). Remove them. Simplify the macros with tests of do { if (foo>size) memset1; else memset2;} while (0); to a single line memset(,,min_t(size_t, foo, size)) Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Arend van Spriel <arend@broadcom.com> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Acked-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com> |
||
---|---|---|
.. | ||
carl9170.h | ||
cmd.c | ||
cmd.h | ||
debug.c | ||
debug.h | ||
eeprom.h | ||
fw.c | ||
fwcmd.h | ||
fwdesc.h | ||
hw.h | ||
Kconfig | ||
led.c | ||
mac.c | ||
main.c | ||
Makefile | ||
phy.c | ||
phy.h | ||
rx.c | ||
tx.c | ||
usb.c | ||
version.h | ||
wlan.h |