From 500016e5db5826fbcc5db17f9992b22d936acb83 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 14 Mar 2019 19:09:26 +0100 Subject: trace-events: Shorten file names in comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We spell out sub/dir/ in sub/dir/trace-events' comments pointing to source files. That's because when trace-events got split up, the comments were moved verbatim. Delete the sub/dir/ part from these comments. Gets rid of several misspellings. Signed-off-by: Markus Armbruster Reviewed-by: Philippe Mathieu-Daudé Message-id: 20190314180929.27722-3-armbru@redhat.com Message-Id: <20190314180929.27722-3-armbru@redhat.com> Signed-off-by: Stefan Hajnoczi --- audio/trace-events | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio') diff --git a/audio/trace-events b/audio/trace-events index c986469..a1d1ecc 100644 --- a/audio/trace-events +++ b/audio/trace-events @@ -1,6 +1,6 @@ # See docs/devel/tracing.txt for syntax documentation. -# audio/alsaaudio.c +# alsaaudio.c alsa_revents(int revents) "revents = %d" alsa_pollout(int i, int fd) "i = %d fd = %d" alsa_set_handler(int events, int index, int fd, int err) "events=0x%x index=%d fd=%d err=%d" @@ -12,11 +12,11 @@ alsa_resume_out(void) "Resuming suspended output stream" alsa_resume_in(void) "Resuming suspended input stream" alsa_no_frames(int state) "No frames available and ALSA state is %d" -# audio/ossaudio.c +# ossaudio.c oss_version(int version) "OSS version = 0x%x" oss_invalid_available_size(int size, int bufsize) "Invalid available size, size=%d bufsize=%d" -# audio/audio.c +# audio.c audio_timer_start(int interval) "interval %d ms" audio_timer_stop(void) "" audio_timer_delayed(int interval) "interval %d ms" -- cgit v1.1