Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/opencrypto knf: Blank line even if no variable declarati...



details:   https://anonhg.NetBSD.org/src/rev/1fa3f90bef94
branches:  trunk
changeset: 792910:1fa3f90bef94
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Jan 21 18:54:28 2014 +0000

description:
knf: Blank line even if no variable declarations.

diffstat:

 sys/opencrypto/cryptodev.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r ed8847f4065a -r 1fa3f90bef94 sys/opencrypto/cryptodev.c
--- a/sys/opencrypto/cryptodev.c        Tue Jan 21 17:50:47 2014 +0000
+++ b/sys/opencrypto/cryptodev.c        Tue Jan 21 18:54:28 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cryptodev.c,v 1.72 2014/01/19 18:16:13 christos Exp $ */
+/*     $NetBSD: cryptodev.c,v 1.73 2014/01/21 18:54:28 pgoyette Exp $ */
 /*     $FreeBSD: src/sys/opencrypto/cryptodev.c,v 1.4.2.4 2003/06/03 00:09:02 sam Exp $        */
 /*     $OpenBSD: cryptodev.c,v 1.53 2002/07/10 22:21:30 mickey Exp $   */
 
@@ -64,7 +64,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cryptodev.c,v 1.72 2014/01/19 18:16:13 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cryptodev.c,v 1.73 2014/01/21 18:54:28 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -2109,6 +2109,7 @@
 int
 crypto_detach(device_t self, int num)
 {
+
        pool_destroy(&fcrpl);
        pool_destroy(&csepl);
 



Home | Main Index | Thread Index | Old Index