commit | 848183553e431e6e9c2ea2f72421a7a1bbc6532e | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Oct 07 10:34:34 2020 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Oct 08 15:29:07 2020 -0400 |
tree | 6e877bb2190b21a61ce1d206487c10d50c76c420 | |
parent | 43aa422c0c07135236bd91cbb45b048fd85e73b5 [diff] |
tracing: Fix synthetic print fmt check for use of __get_str() A cut and paste error had the check to use __get_str() test "is_dynamic" twice, instead of checking "is_string && is_dynamic". Link: https://lore.kernel.org/r/d34dccd5-96ba-a2d9-46ea-de8807525deb@canonical.com Reported-by: Colin Ian King <colin.king@canonical.com> Acked-by: Tom Zanussi <zanussi@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>