net: wan: remove trailing semicolon in macro definition
The macro use will already have a semicolon. Signed-off-by: Tom Rix <trix@redhat.com> Link: https://lore.kernel.org/r/20201127165734.2694693-1-trix@redhat.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Родитель
5f3e915c36
Коммит
76810ed840
|
@ -92,7 +92,7 @@ typedef struct card_s {
|
|||
|
||||
|
||||
#define get_port(card, port) (&card->ports[port])
|
||||
#define sca_flush(card) (sca_in(IER0, card));
|
||||
#define sca_flush(card) (sca_in(IER0, card))
|
||||
|
||||
static inline void new_memcpy_toio(char __iomem *dest, char *src, int length)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче