From aae03cfe648979e4d80b8ffc7d6fdf1556b9429d Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Wed, 20 Jan 2021 07:22:04 +0000 Subject: [PATCH] cache: whitespace nit in cache_fplookup_modifying --- sys/kern/vfs_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c index 0621bfb12d3..5a1ebffece0 100644 --- a/sys/kern/vfs_cache.c +++ b/sys/kern/vfs_cache.c @@ -4283,7 +4283,7 @@ cache_fplookup_modifying(struct cache_fpl *fpl) if (!cache_fpl_islastcn(ndp)) { return (cache_fpl_partial(fpl)); } - return (cache_fplookup_final_modifying(fpl)); + return (cache_fplookup_final_modifying(fpl)); } static int __noinline