crypto: cavium/nitrox - remove unneeded semicolon
A semicolon is not needed after a switch statement. Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Родитель
519a0d7e49
Коммит
76bb6a7b5b
|
@ -112,7 +112,7 @@ static void pf2vf_resp_handler(struct work_struct *work)
|
|||
case MBX_MSG_TYPE_ACK:
|
||||
case MBX_MSG_TYPE_NACK:
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
kfree(pf2vf_resp);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче