Source-Changes-HG archive

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

[src/trunk]: src/sys/net KNF. pointed out by s-yamaguchi@IIJ



details:   https://anonhg.NetBSD.org/src/rev/9905a7f9309a
branches:  trunk
changeset: 822640:9905a7f9309a
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Thu Mar 30 06:42:05 2017 +0000

description:
KNF. pointed out by s-yamaguchi@IIJ

diffstat:

 sys/net/if_l2tp.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r a8d835bb20ee -r 9905a7f9309a sys/net/if_l2tp.c
--- a/sys/net/if_l2tp.c Thu Mar 30 04:37:58 2017 +0000
+++ b/sys/net/if_l2tp.c Thu Mar 30 06:42:05 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_l2tp.c,v 1.1 2017/02/16 08:23:35 knakahara Exp $    */
+/*     $NetBSD: if_l2tp.c,v 1.2 2017/03/30 06:42:05 knakahara Exp $    */
 
 /*
  * Copyright (c) 2017 Internet Initiative Japan Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_l2tp.c,v 1.1 2017/02/16 08:23:35 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_l2tp.c,v 1.2 2017/03/30 06:42:05 knakahara Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -993,7 +993,8 @@
        kmem_free(ovar, sizeof(*ovar));
 }
 
-static int id_hash_func(uint32_t id)
+static int
+id_hash_func(uint32_t id)
 {
        uint32_t hash;
 



Home | Main Index | Thread Index | Old Index