diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2017-06-12 03:41:46 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-06-12 09:49:24 +0300 |
commit | f5abd532227affc2129586f74d28d28c316ae1e3 (patch) | |
tree | ae470ea8c262b4d3755f8c8b4bf274534ab58b17 /.gitignore | |
parent | fccf53881e9b564321326f62ed5f85130fa6e569 (diff) | |
download | linux-f5abd532227affc2129586f74d28d28c316ae1e3.tar.xz |
ALSA: pcm: use %s instead of %c for format of PCM buffer tracepoints
As long as I know, in userspace, '%c' format on printing format for
tracepoint is replaced with '>c<' by existent tracing program; i.g.
'perf-trace' and 'trace-cmd'. This is inconvenient.
This commit replaces the format with '%s'. The length of letters in the
format string is not changed, thus this commit doesn't increase object
size.
In theory, I should work for improvements of these tracing programs, but
here I'd like to save my time to work for the other projects.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions