Commit 55b8550d authored by Daniel B. Hill's avatar Daniel B. Hill Committed by Kent Overstreet

bcachefs: fix security warning in pr_name_and_units

Signed-off-by: default avatarDaniel Hill <daniel@gluo.nz>
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent f83009cd
......@@ -436,7 +436,7 @@ static void bch2_pr_time_units_aligned(struct printbuf *out, u64 ns)
static inline void pr_name_and_units(struct printbuf *out, const char *name, u64 ns)
{
prt_printf(out, name);
prt_str(out, name);
prt_tab(out);
bch2_pr_time_units_aligned(out, ns);
prt_newline(out);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment