Re: [Qemu-devel] [PATCH 01/12] checkpatch: Add xendevicemodel_handle to the list of types

2018-04-19 Thread Ian Jackson
Ian Jackson writes ("Re: [PATCH 01/12] checkpatch: Add xendevicemodel_handle to the list of types"): > Paolo Bonzini writes ("Re: [PATCH 01/12] checkpatch: Add > xendevicemodel_handle to the list of types"): > > Or just rename it so that it is CamelCase. Then checkpatch will be happy. > > I

Re: [Qemu-devel] [PATCH 01/12] checkpatch: Add xendevicemodel_handle to the list of types

2018-03-26 Thread Ian Jackson
Paolo Bonzini writes ("Re: [PATCH 01/12] checkpatch: Add xendevicemodel_handle to the list of types"): > On 08/03/2018 20:02, Ian Jackson wrote: > > This avoids checkpatch misparsing (as statements) long function > > definitions or declarations, which sometimes start with constructs > > like

Re: [Qemu-devel] [PATCH 01/12] checkpatch: Add xendevicemodel_handle to the list of types

2018-03-13 Thread Paolo Bonzini
On 08/03/2018 20:02, Ian Jackson wrote: > This avoids checkpatch misparsing (as statements) long function > definitions or declarations, which sometimes start with constructs > like this: > > static inline int xendevicemodel_relocate_memory( > xendevicemodel_handle *dmod, domid_t domid,

[Qemu-devel] [PATCH 01/12] checkpatch: Add xendevicemodel_handle to the list of types

2018-03-08 Thread Ian Jackson
This avoids checkpatch misparsing (as statements) long function definitions or declarations, which sometimes start with constructs like this: static inline int xendevicemodel_relocate_memory( xendevicemodel_handle *dmod, domid_t domid, ... CC: Eric Blake CC: Paolo