diff options
author | Colin Ian King | 2015-12-31 00:06:41 +0100 |
---|---|---|
committer | Steven Rostedt | 2016-01-04 17:13:16 +0100 |
commit | 713a3e4de707fab49d5aa4bceb77db1058572a7b (patch) | |
tree | aaad51c237cc5d39d6d7f6eb821654e5fd25fdfe /kernel | |
parent | ftrace/scripts: Have recordmcount copy the object file (diff) | |
download | kernel-qcow2-linux-713a3e4de707fab49d5aa4bceb77db1058572a7b.tar.gz kernel-qcow2-linux-713a3e4de707fab49d5aa4bceb77db1058572a7b.tar.xz kernel-qcow2-linux-713a3e4de707fab49d5aa4bceb77db1058572a7b.zip |
ftrace/scripts: Fix incorrect use of sprintf in recordmcount
Fix build warning:
scripts/recordmcount.c:589:4: warning: format not a string
literal and no format arguments [-Wformat-security]
sprintf("%s: failed\n", file);
Fixes: a50bd43935586 ("ftrace/scripts: Have recordmcount copy the object file")
Link: http://lkml.kernel.org/r/1451516801-16951-1-git-send-email-colin.king@canonical.com
Cc: Li Bin <huawei.libin@huawei.com>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: Will Deacon <will.deacon@arm.com>
Cc: stable@vger.kernel.org # 2.6.37+
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions