From 8f27da18b5718757167c6c079dbf7a3dad06d659 Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Wed, 5 Feb 2025 14:21:55 -0700 Subject: [PATCH] vfs_gpfs: Remove one whitespace Signed-off-by: Christof Schmitt Reviewed-by: Ralph Boehme --- source3/modules/vfs_gpfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c index 12d340ede52..48f3bbad363 100644 --- a/source3/modules/vfs_gpfs.c +++ b/source3/modules/vfs_gpfs.c @@ -524,7 +524,7 @@ again: } /* Tries to get nfs4 acls and returns SMB ACL allocated. - * On failure returns 1 if it got non-NFSv4 ACL to prompt + * On failure returns 1 if it got non-NFSv4 ACL to prompt * retry with POSIX ACL checks. * On failure returns -1 if there is system (GPFS) error, check errno. * Returns 0 on success -- 2.47.2