Skip to content

Commit

Permalink
net: c101: add blank line after declarations
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peng Li authored and David S. Miller committed Jun 21, 2021
1 parent c3dcb4b commit 4f7d224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wan/c101.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4f7d224

Please sign in to comment.