Re: [Qemu-devel] [PATCH 2/5] trace-events: Shorten file names in comments

2019-03-15 Thread Markus Armbruster
Stefan Hajnoczi writes: > On Thu, Mar 14, 2019 at 07:09:26PM +0100, Markus Armbruster wrote: >> 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

Re: [Qemu-devel] [PATCH 2/5] trace-events: Shorten file names in comments

2019-03-15 Thread Stefan Hajnoczi
On Thu, Mar 14, 2019 at 07:09:26PM +0100, Markus Armbruster wrote: > 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 o

Re: [Qemu-devel] [PATCH 2/5] trace-events: Shorten file names in comments

2019-03-14 Thread Philippe Mathieu-Daudé
On 3/14/19 7:09 PM, Markus Armbruster wrote: > 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 > misspel

[Qemu-devel] [PATCH 2/5] trace-events: Shorten file names in comments

2019-03-14 Thread Markus Armbruster
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 --- audio/trace-e