Commit 92c50b2d authored by RubenKelevra's avatar RubenKelevra Committed by Greg Kroah-Hartman
Browse files

fs_context: fix parameter name in infofc() macro



[ Upstream commit ffaf1bf3 ]

The macro takes a parameter called "p" but references "fc" internally.
This happens to compile as long as callers pass a variable named fc,
but breaks otherwise. Rename the first parameter to “fc” to match the
usage and to be consistent with warnfc() / errorfc().

Fixes: a3ff937b ("prefix-handling analogues of errorf() and friends")
Signed-off-by: default avatarRubenKelevra <rubenkelevra@gmail.com>
Link: https://lore.kernel.org/20250617230927.1790401-1-rubenkelevra@gmail.com


Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 7becf31e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment