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. It would be
very nice to also add a test for this to the Jenkins build.
//Peter
pgpe8m0wy9SbB.pgp
Description: PGP signature
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

