Source-Changes-HG archive

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

[src/trunk]: src/sys/net/lagg lagg: remove stray semicolon



details:   https://anonhg.NetBSD.org/src/rev/e88677d4849f
branches:  trunk
changeset: 359674:e88677d4849f
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Jan 16 10:45:17 2022 +0000

description:
lagg: remove stray semicolon

No binary change.

diffstat:

 sys/net/lagg/if_lagg_lacp.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 10b09fa44688 -r e88677d4849f sys/net/lagg/if_lagg_lacp.c
--- a/sys/net/lagg/if_lagg_lacp.c       Sun Jan 16 10:38:59 2022 +0000
+++ b/sys/net/lagg/if_lagg_lacp.c       Sun Jan 16 10:45:17 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_lagg_lacp.c,v 1.12 2022/01/12 08:23:53 yamaguchi Exp $      */
+/*     $NetBSD: if_lagg_lacp.c,v 1.13 2022/01/16 10:45:17 rillig Exp $ */
 
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-NetBSD
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_lagg_lacp.c,v 1.12 2022/01/12 08:23:53 yamaguchi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_lagg_lacp.c,v 1.13 2022/01/16 10:45:17 rillig Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_lagg.h"
@@ -2542,7 +2542,7 @@
                printf("actor.state=%s portno=%d portprio=0x%04x\n",
                    str,
                    ntohs(pi_actor->lpi_port_no),
-                   ntohs(pi_actor->lpi_port_prio));;
+                   ntohs(pi_actor->lpi_port_prio));
        } else {
                printf("no actor info\n");
        }



Home | Main Index | Thread Index | Old Index