On Wed, Nov 30, 2011 at 03:03:31PM -0600, Anthony Liguori wrote: > +/** > + * @DevicePropertyEtter - called when trying to get/set a property
An established term for this is an "accessor". I've never heard "etter" before and it looks like a typo on first sight ;). > +/** > + * @qdev_property_set - writes a property to a device > + * > + * @dev - the device > + * > + * @v - the visitor that will used to write the property value. This should > be s/will used/will be used/