Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci fix indentation



details:   https://anonhg.NetBSD.org/src/rev/daf4da1380bb
branches:  trunk
changeset: 373040:daf4da1380bb
user:      ryo <ryo%NetBSD.org@localhost>
date:      Sat Jan 14 13:17:50 2023 +0000

description:
fix indentation

diffstat:

 sys/dev/pci/if_aq.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r e39b6ea8f02a -r daf4da1380bb sys/dev/pci/if_aq.c
--- a/sys/dev/pci/if_aq.c       Sat Jan 14 13:17:20 2023 +0000
+++ b/sys/dev/pci/if_aq.c       Sat Jan 14 13:17:50 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_aq.c,v 1.41 2023/01/14 13:17:20 ryo Exp $   */
+/*     $NetBSD: if_aq.c,v 1.42 2023/01/14 13:17:50 ryo Exp $   */
 
 /**
  * aQuantia Corporation Network Driver
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_aq.c,v 1.41 2023/01/14 13:17:20 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_aq.c,v 1.42 2023/01/14 13:17:50 ryo Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_if_aq.h"
@@ -5003,10 +5003,10 @@
        case SIOCDELMULTI:
                AQ_LOCK(sc);
                if ((sc->sc_if_flags & IFF_RUNNING) != 0) {
-                      /*
-                       * Multicast list has changed; set the hardware filter
-                       * accordingly.
-                       */
+                       /*
+                        * Multicast list has changed; set the hardware filter
+                        * accordingly.
+                        */
                        error = aq_set_filter(sc);
                }
                AQ_UNLOCK(sc);



Home | Main Index | Thread Index | Old Index