Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/raidframe Remove commented line that is a duplicate ...



details:   https://anonhg.NetBSD.org/src/rev/68d19f68e906
branches:  trunk
changeset: 1022489:68d19f68e906
user:      oster <oster%NetBSD.org@localhost>
date:      Wed Jul 21 23:10:12 2021 +0000

description:
Remove commented line that is a duplicate of a real line.

diffstat:

 sys/dev/raidframe/rf_shutdown.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 6f3658dc688e -r 68d19f68e906 sys/dev/raidframe/rf_shutdown.c
--- a/sys/dev/raidframe/rf_shutdown.c   Wed Jul 21 21:24:45 2021 +0000
+++ b/sys/dev/raidframe/rf_shutdown.c   Wed Jul 21 23:10:12 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_shutdown.c,v 1.20 2008/12/17 20:51:34 cegger Exp $  */
+/*     $NetBSD: rf_shutdown.c,v 1.21 2021/07/21 23:10:12 oster Exp $   */
 /*
  * rf_shutdown.c
  */
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_shutdown.c,v 1.20 2008/12/17 20:51:34 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_shutdown.c,v 1.21 2021/07/21 23:10:12 oster Exp $");
 
 #include <dev/raidframe/raidframevar.h>
 
@@ -71,8 +71,6 @@
          * Have to directly allocate memory here, since we start up before
          * and shutdown after RAIDframe internal allocation system.
          */
-       /*      ent = (RF_ShutdownList_t *) malloc(sizeof(RF_ShutdownList_t),
-               M_RAIDFRAME, M_WAITOK); */
        ent = (RF_ShutdownList_t *) malloc(sizeof(RF_ShutdownList_t),
                                           M_RAIDFRAME, M_WAITOK);
        ent->cleanup = cleanup;



Home | Main Index | Thread Index | Old Index