]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Staging: quickstart: Use scnprintf in quickstart_pressed_button_show
authorSzymon Janc <szymon@janc.net.pl>
Fri, 10 Feb 2012 20:05:42 +0000 (21:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Feb 2012 04:08:55 +0000 (20:08 -0800)
commite66912af2c205518b638321d466f6dcddba70e3a
treeada033bec6dd31fc6985b2485270a9399dc9a337
parent940f77b07f85a4211fb149d6316a3cbd84d7227d
Staging: quickstart: Use scnprintf in quickstart_pressed_button_show

Use scnprintf instead of snprintf in quickstart_pressed_button_show as
suggested in Documentation/filesystems/sysfs.txt.

Signed-off-by: Szymon Janc <szymon@janc.net.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/quickstart/quickstart.c