Mark Brown wrote:
> > +#define PCF50633_REGULATOR(_name, _id) \
> > +   {                               \
> > +           .name = _name, .id = _id, .ops = &pcf50633_reg_ops, \
> > +           .irq = 1, .type = REGULATOR_VOLTAGE, \
> > +           .owner = THIS_MODULE, \
> > +   }

One small nitpick: if you set only one item per line, reviewers
don't need Mark's keen eyesight to spot such thing :-)

- Werner

Reply via email to