On 8/24/20 11:28 AM, Jean-Philippe Brucker wrote:
>> +/**
>> + * struct ioasid_data - Meta data about ioasid
>> + *
>> + * @id:             Unique ID
>> + * @users   Number of active users
>> + * @state   Track state of the IOASID
>> + * @set             Meta data of the set this IOASID belongs to
>> + * @private Private data associated with the IOASID
>> + * @rcu             For free after RCU grace period
> nit: it would be nicer to follow the struct order

and use a ':' after each struct member name, as is done for @id:

-- 
~Randy

Reply via email to