Laszlo Ersek <ler...@redhat.com> writes: > On 12/10/15 18:23, Markus Armbruster wrote: >> The arguments of error_report() should yield a short error string >> without newlines. >> >> A few places try to print additional help after the error message by >> embedding newlines in the error string. That's nice, but let's do it >> the right way. Commit 474c213 cleaned up some, but they keep comint > > s/comint/coming/, you've been reading too many spy stories! :)
Unfortunately, my demand for spy stories has been fully satisfied by the news. >> back. Offenders tracked down with the Coccinelle semantic patch from >> commit 312fd5f. > > My share of the blame is b86f46132 here... But you saw that patch! ;) Yes, but it never made it to the front of my review queue... > Anyway, this cleanup is consistent with your advice in > <http://thread.gmane.org/gmane.comp.emulators.qemu/374410/focus=374855>. > > Reviewed-by: Laszlo Ersek <ler...@redhat.com> Thanks!