Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm KNF



details:   https://anonhg.NetBSD.org/src/rev/df4f7f7b1aaa
branches:  trunk
changeset: 847380:df4f7f7b1aaa
user:      ad <ad%NetBSD.org@localhost>
date:      Fri Dec 20 19:03:17 2019 +0000

description:
KNF

diffstat:

 sys/uvm/uvm_physseg.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 6aa8984882f5 -r df4f7f7b1aaa sys/uvm/uvm_physseg.c
--- a/sys/uvm/uvm_physseg.c     Fri Dec 20 18:37:20 2019 +0000
+++ b/sys/uvm/uvm_physseg.c     Fri Dec 20 19:03:17 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_physseg.c,v 1.11 2019/12/13 20:10:22 ad Exp $ */
+/* $NetBSD: uvm_physseg.c,v 1.12 2019/12/20 19:03:17 ad Exp $ */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -1015,7 +1015,9 @@
 
        ps->avail_start = avail_start;
 }
-void uvm_physseg_set_avail_end(uvm_physseg_t upm, paddr_t avail_end)
+
+void
+uvm_physseg_set_avail_end(uvm_physseg_t upm, paddr_t avail_end)
 {
        struct uvm_physseg *ps = HANDLE_TO_PHYSSEG_NODE(upm);
 



Home | Main Index | Thread Index | Old Index