Home
last modified time | relevance | path

Searched hist:"9 f64b6e4" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/
H A Dnetconsole.c9f64b6e4 Fri Jul 21 04:21:44 CDT 2023 Breno Leitao <leitao@debian.org> netconsole: Use sysfs_emit() instead of snprintf()

According to the sysfs.rst documentation, _show() functions should only
use sysfs_emit() instead of snprintf().

Since snprintf() shouldn't be used in the sysfs _show() path, replace it
by sysfs_emit().

Suggested-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/r/20230721092146.4036622-1-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>