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 <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Peng Li 2021-06-19 15:28:36 +08:00 committed by David S. Miller
parent c3dcb4b6c4
commit 4f7d2247f8

View File

@ -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);