Module Name:    src
Committed By:   riastradh
Date:           Sat Apr 29 06:29:55 UTC 2023

Modified Files:
        src/sys/fs/tmpfs: tmpfs_mem.c tmpfs_subr.c

Log Message:
tmpfs: Nix trailing whitespace.  No functional change intended.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/fs/tmpfs/tmpfs_mem.c
cvs rdiff -u -r1.114 -r1.115 src/sys/fs/tmpfs/tmpfs_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/fs/tmpfs/tmpfs_mem.c
diff -u src/sys/fs/tmpfs/tmpfs_mem.c:1.13 src/sys/fs/tmpfs/tmpfs_mem.c:1.14
--- src/sys/fs/tmpfs/tmpfs_mem.c:1.13	Thu Jun 11 19:20:46 2020
+++ src/sys/fs/tmpfs/tmpfs_mem.c	Sat Apr 29 06:29:55 2023
@@ -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.
  *

Index: src/sys/fs/tmpfs/tmpfs_subr.c
diff -u src/sys/fs/tmpfs/tmpfs_subr.c:1.114 src/sys/fs/tmpfs/tmpfs_subr.c:1.115
--- src/sys/fs/tmpfs/tmpfs_subr.c:1.114	Wed Oct 20 03:08:17 2021
+++ src/sys/fs/tmpfs/tmpfs_subr.c	Sat Apr 29 06:29:55 2023
@@ -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

Reply via email to