git: e28ee29d2d13 - main - vfs_default.c: trim whitespace
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Sep 2024 21:59:19 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=e28ee29d2d13dc24cd3d5e19fa1fe6bef0085d41
commit e28ee29d2d13dc24cd3d5e19fa1fe6bef0085d41
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-09-03 03:42:54 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-09-04 21:58:51 +0000
vfs_default.c: trim whitespace
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
---
sys/kern/vfs_default.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c
index 1393f2fce9f3..d612642a6bc9 100644
--- a/sys/kern/vfs_default.c
+++ b/sys/kern/vfs_default.c
@@ -113,10 +113,10 @@ struct vop_vector default_vnodeops = {
.vop_fsync = VOP_NULL,
.vop_stat = vop_stdstat,
.vop_fdatasync = vop_stdfdatasync,
- .vop_getlowvnode = vop_stdgetlowvnode,
+ .vop_getlowvnode = vop_stdgetlowvnode,
.vop_getpages = vop_stdgetpages,
.vop_getpages_async = vop_stdgetpages_async,
- .vop_getwritemount = vop_stdgetwritemount,
+ .vop_getwritemount = vop_stdgetwritemount,
.vop_inactive = VOP_NULL,
.vop_need_inactive = vop_stdneed_inactive,
.vop_ioctl = vop_stdioctl,
@@ -1087,7 +1087,7 @@ vop_stdadvise(struct vop_advise_args *ap)
/*
* Round to block boundaries (and later possibly further to
- * page boundaries). Applications cannot reasonably be aware
+ * page boundaries). Applications cannot reasonably be aware
* of the boundaries, and the rounding must be to expand at
* both extremities to cover enough. It still doesn't cover
* read-ahead. For partial blocks, this gives unnecessary