[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [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"): > 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, ... ... > > Or just rename it so that it is CamelCase. Then checkpatch will be happy. I can do that if you want, although it seems a bit like pointless churn. If I do that it ought to be renamed as well as re-spelled because xendevicemodel_handle is actually a struct, not a "handle" (ie, not a scalar).[1] So s/xendevicemodel_handle/XendevicemodelInterface/ I guess ? [1] If it were a scalar CODING_STYLE says it should be in lowercase with _t. This is a violation of the C standard, which reserves names ending _t for the implementation... Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |