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:
parent
c3dcb4b6c4
commit
4f7d2247f8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user