From bf45f7fcc4003a8347a172354e2b8b59a259822c Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 21 Dec 2019 21:34:41 -0500 Subject: procfs: switch to use of invalfc() Signed-off-by: Al Viro --- fs/proc/root.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/proc/root.c b/fs/proc/root.c index 6a5825e12bc9..a24976579f59 100644 --- a/fs/proc/root.c +++ b/fs/proc/root.c @@ -66,7 +66,7 @@ static int proc_parse_param(struct fs_context *fc, struct fs_parameter *param) ctx->hidepid = result.uint_32; if (ctx->hidepid < HIDEPID_OFF || ctx->hidepid > HIDEPID_INVISIBLE) - return invalf(fc, "proc: hidepid value must be between 0 and 2.\n"); + return invalfc(fc, "hidepid value must be between 0 and 2.\n"); break; default: -- cgit v1.2.3