svn commit: r365156 - head/sys/dev/sec

Mateusz Guzik mjg at FreeBSD.org
Tue Sep 1 21:53:48 UTC 2020


Author: mjg
Date: Tue Sep  1 21:53:44 2020
New Revision: 365156
URL: https://svnweb.freebsd.org/changeset/base/365156

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

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

Modified: head/sys/dev/sec/sec.c
==============================================================================
--- head/sys/dev/sec/sec.c	Tue Sep  1 21:53:37 2020	(r365155)
+++ head/sys/dev/sec/sec.c	Tue Sep  1 21:53:44 2020	(r365156)
@@ -266,7 +266,6 @@ sec_attach(device_t dev)
 	if (error)
 		goto fail2;
 
-
 	if (sc->sc_version == 3) {
 		sc->sc_sec_irid = 1;
 		error = sec_setup_intr(sc, &sc->sc_sec_ires, &sc->sc_sec_ihand,


More information about the svn-src-head mailing list