summaryrefslogtreecommitdiff
path: root/rust/helpers/workqueue.c
diff options
context:
space:
mode:
authorRubenKelevra <rubenkelevra@gmail.com>2025-06-18 01:09:27 +0200
committerChristian Brauner <brauner@kernel.org>2025-06-18 11:20:19 +0200
commitffaf1bf3737f706e4e9be876de4bc3c8fc578091 (patch)
tree5fdaadaed2b91811d3d67c3376828905d92d6175 /rust/helpers/workqueue.c
parentbc9241367aac08de44633fd957b2452a6da8e6d4 (diff)
fs_context: fix parameter name in infofc() macro
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: a3ff937b33d9 ("prefix-handling analogues of errorf() and friends") Signed-off-by: RubenKelevra <rubenkelevra@gmail.com> Link: https://lore.kernel.org/20250617230927.1790401-1-rubenkelevra@gmail.com Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'rust/helpers/workqueue.c')
0 files changed, 0 insertions, 0 deletions