aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_in.c
diff options
context:
space:
mode:
authorQing Wang <[email protected]>2021-10-14 23:45:28 -0700
committerStephen Boyd <[email protected]>2022-01-24 16:51:47 -0800
commit982c59537523942e53c3c8039bd29dfab594d713 (patch)
tree89003879ec66aa61fdc2dd1844b5876e07a8b26e /net/lapb/lapb_in.c
parent2a8b539433e111c4de364237627ef219d2f6350a (diff)
clk-si5341: replace snprintf in show functions with sysfs_emit
coccicheck complains about the use of snprintf() in sysfs show functions. Fix the following coccicheck warning: drivers/clk/clk-si5341.c:1471: WARNING: use scnprintf or sprintf. drivers/clk/clk-si5341.c:1486: WARNING: use scnprintf or sprintf. drivers/clk/clk-si5341.c:1501: WARNING: use scnprintf or sprintf. drivers/clk/clk-si5341.c:1516: WARNING: use scnprintf or sprintf. Use sysfs_emit instead of scnprintf or sprintf makes more sense. Signed-off-by: Qing Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Robert Hancock <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions