summaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2023-04-29 06:29:55 +0000
committerriastradh <riastradh@NetBSD.org>2023-04-29 06:29:55 +0000
commit40002969afe266216b5d7e8681fcb482d56f4e0b (patch)
treef785a0b75533dd4725e228613670c1016ca1f0c4 /sys/fs
parent46646600f1e4d04d6a7cb2624d0210f8d206acde (diff)
tmpfs: Nix trailing whitespace. No functional change intended.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/tmpfs/tmpfs_mem.c6
-rw-r--r--sys/fs/tmpfs/tmpfs_subr.c6
2 files changed, 5 insertions, 7 deletions
diff --git a/sys/fs/tmpfs/tmpfs_mem.c b/sys/fs/tmpfs/tmpfs_mem.c
index 3b41cd0e194..4f21408eb2a 100644
--- a/sys/fs/tmpfs/tmpfs_mem.c
+++ b/sys/fs/tmpfs/tmpfs_mem.c
@@ -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, uint64_t memlimit)
return error;
}
-
-
/*
* tmpfs_mem_info: return the number of available memory pages.
*
diff --git a/sys/fs/tmpfs/tmpfs_subr.c b/sys/fs/tmpfs/tmpfs_subr.c
index 75f1b6e1d59..f3fb6a97b75 100644
--- a/sys/fs/tmpfs/tmpfs_subr.c
+++ b/sys/fs/tmpfs/tmpfs_subr.c
@@ -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