"Emilio G. Cota" <c...@braap.org> writes: > On Tue, Aug 14, 2018 at 10:13:12 +0200, Paolo Bonzini wrote: >> On 13/08/2018 19:11, Emilio G. Cota wrote: >> > + struct qsp_report rep; >> >> Don't like camelcase? But that's really all that I have to remark on >> this lovely series. > > I have a strong aversion to it :-)
I despise it as much as anyone, but CODING_STYLE demands CamelCase for "type names" (which I interpret as typedef names), and convention (not codified in CODING_STYLE) demands typedef for struct types. > But if that's a deal breaker, let me know. Hold your nose and go with the flow.