]> www.infradead.org Git - nvme.git/commit
fgraph: Use str_plural() in test_graph_storage_single()
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Tue, 18 Jun 2024 07:20:14 +0000 (15:20 +0800)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Mon, 1 Jul 2024 23:57:51 +0000 (19:57 -0400)
commitb576d375b536568c85d42c15a189f6b6fdd75b74
tree5aac8fc85f4046e4ee310fe2c436d56ee9af7cc6
parent63a8dfb889112ab4a065aa60a9a1b590b410d055
fgraph: Use str_plural() in test_graph_storage_single()

Use existing str_plural() function rather than duplicating its
implementation.

./kernel/trace/trace_selftest.c:880:56-60: opportunity for str_plural(size).

Link: https://lore.kernel.org/linux-trace-kernel/20240618072014.20855-1-jiapeng.chong@linux.alibaba.com
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9349
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/trace_selftest.c