From: Peng Li Date: Sat, 19 Jun 2021 07:28:36 +0000 (+0800) Subject: net: c101: add blank line after declarations X-Git-Tag: v5.14-rc1~119^2~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f7d2247f839c8cf266662a83238c85ef21ea9c6;p=thirdparty%2Fkernel%2Flinux.git net: c101: add blank line after declarations This patch fixes the checkpatch error about missing a blank line after declarations. Signed-off-by: Peng Li Signed-off-by: David S. Miller --- diff --git a/drivers/net/wan/c101.c b/drivers/net/wan/c101.c index 7e431e5b6e856..94b852fa22a19 100644 --- a/drivers/net/wan/c101.c +++ b/drivers/net/wan/c101.c @@ -416,6 +416,7 @@ static void __exit c101_cleanup(void) while (card) { card_t *ptr = card; + card = card->next_card; unregister_hdlc_device(port_to_dev(ptr)); c101_destroy_card(ptr);