svn commit: r365215 - head/sys/dev/cesa

Mateusz Guzik mjg at FreeBSD.org
Tue Sep 1 22:10:13 UTC 2020


Author: mjg
Date: Tue Sep  1 22:10:11 2020
New Revision: 365215
URL: https://svnweb.freebsd.org/changeset/base/365215

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

Modified:
  head/sys/dev/cesa/cesa.c

Modified: head/sys/dev/cesa/cesa.c
==============================================================================
--- head/sys/dev/cesa/cesa.c	Tue Sep  1 22:10:00 2020	(r365214)
+++ head/sys/dev/cesa/cesa.c	Tue Sep  1 22:10:11 2020	(r365215)
@@ -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;
 


More information about the svn-src-all mailing list