cesa: clean up empty lines in .c and .h files

This commit is contained in:
Mateusz Guzik 2020-09-01 22:10:11 +00:00
parent ebf31a5cb9
commit 594dd1ded3

View File

@ -1413,7 +1413,7 @@ cesa_detach(device_t dev)
{
struct cesa_softc *sc;
int i;
sc = device_get_softc(dev);
/* TODO: Wait for queued requests completion before shutdown. */
@ -1639,7 +1639,7 @@ cesa_newsession(device_t dev, crypto_session_t cses,
struct cesa_session *cs;
struct cesa_softc *sc;
int error;
sc = device_get_softc(dev);
error = 0;