From 594dd1ded357ce652172e1c6b6a67d1bfe1467e3 Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Tue, 1 Sep 2020 22:10:11 +0000 Subject: [PATCH] cesa: clean up empty lines in .c and .h files --- sys/dev/cesa/cesa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/cesa/cesa.c b/sys/dev/cesa/cesa.c index f8db5a25886..50f8fb0e2d9 100644 --- a/sys/dev/cesa/cesa.c +++ b/sys/dev/cesa/cesa.c @@ -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;