Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/tmpfs tmpfs: Nix trailing whitespace. No functional ...
details: https://anonhg.NetBSD.org/src/rev/c8899cc6abd2
branches: trunk
changeset: 374505:c8899cc6abd2
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Apr 29 06:29:55 2023 +0000
description:
tmpfs: Nix trailing whitespace. No functional change intended.
diffstat:
sys/fs/tmpfs/tmpfs_mem.c | 6 ++----
sys/fs/tmpfs/tmpfs_subr.c | 6 +++---
2 files changed, 5 insertions(+), 7 deletions(-)
diffs (54 lines):
diff -r dc9f50cfce46 -r c8899cc6abd2 sys/fs/tmpfs/tmpfs_mem.c
--- a/sys/fs/tmpfs/tmpfs_mem.c Sat Apr 29 06:28:12 2023 +0000
+++ b/sys/fs/tmpfs/tmpfs_mem.c Sat Apr 29 06:29:55 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tmpfs_mem.c,v 1.13 2020/06/11 19:20:46 ad Exp $ */
+/* $NetBSD: tmpfs_mem.c,v 1.14 2023/04/29 06:29:55 riastradh Exp $ */
/*
* Copyright (c) 2010, 2011, 2020 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tmpfs_mem.c,v 1.13 2020/06/11 19:20:46 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tmpfs_mem.c,v 1.14 2023/04/29 06:29:55 riastradh Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -81,8 +81,6 @@ tmpfs_mntmem_set(struct tmpfs_mount *mp,
return error;
}
-
-
/*
* tmpfs_mem_info: return the number of available memory pages.
*
diff -r dc9f50cfce46 -r c8899cc6abd2 sys/fs/tmpfs/tmpfs_subr.c
--- a/sys/fs/tmpfs/tmpfs_subr.c Sat Apr 29 06:28:12 2023 +0000
+++ b/sys/fs/tmpfs/tmpfs_subr.c Sat Apr 29 06:29:55 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tmpfs_subr.c,v 1.114 2021/10/20 03:08:17 thorpej Exp $ */
+/* $NetBSD: tmpfs_subr.c,v 1.115 2023/04/29 06:29:55 riastradh Exp $ */
/*
* Copyright (c) 2005-2020 The NetBSD Foundation, Inc.
@@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tmpfs_subr.c,v 1.114 2021/10/20 03:08:17 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tmpfs_subr.c,v 1.115 2023/04/29 06:29:55 riastradh Exp $");
#include <sys/param.h>
#include <sys/cprng.h>
@@ -892,7 +892,7 @@ done:
}
/*
- * tmpfs_reg_resize: resize the underlying UVM object associated with the
+ * tmpfs_reg_resize: resize the underlying UVM object associated with the
* specified regular file.
*/
int
Home |
Main Index |
Thread Index |
Old Index