Am Freitag, den 22.02.2013, 02:17 +0100 schrieb Peter Stuge:
> Paul Menzel wrote:
> >         struct chip_operations mainboard_ops = {
> >             .enable_dev = inagua_enable,
> >         };
> > 
> > Naming this function is not uniform between the boards in the tree.
> 
> Depending on how mainboard_ops is used in all the boards maybe we
> want to simply remove it completely.
> 
> 
> > If there are no objections to unification, what should the name for the
> > function be?
> 
> Function names should try to be descriptive. "enable_dev" is not very
> descriptive. I like "mainboard_enable" because it makes output such
> as
> 
> printk("%s: foo", __func__);
> 
> useful.
> 
> 
> > Please comment on this, so a patch can be submitted.
> 
> I'd +2 a commit which renames all to mainboard_enable.

http://review.coreboot.org/2493

> It would be very nice to also add a test for this to the Jenkins
> build.

Indeed.


Thanks,

Paul

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to