On Sat, 6 Aug 2011 17:54:55 +0200 "Sylvain 'ythier' Hitier" <[email protected]> wrote:
> Typo after r1389. > > Signed-off-by: Sylvain "ythier" Hitier <[email protected]> > > Index: chipset_enable.c > =================================================================== > --- chipset_enable.c (revision 1405) > +++ chipset_enable.c (working copy) > @@ -326,7 +326,7 @@ > } > if (fwh_idsel & 0xffff000000000000ULL) { > msg_perr("Error: fwh_idsel= specified, but value had " > - "unusued bits set.\n"); > + "unused bits set.\n"); > goto idsel_garbage_out; > } > fwh_idsel_old = pci_read_long(dev, 0xd0); > hello ythier, thanks for spotting this. i have corrected it (and also the trailing tab following "idsel_garbage_out:" introduced in the same commit) and will commit that later. -- Kind regards/Mit freundlichen Grüßen, Stefan Tauner _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
