Re: [PATCH 1/1] x86: Coding style fixes toarch/x86/mach-generic/probe.c

From: Ingo Molnar
Date: Wed Feb 20 2008 - 03:59:18 EST



* Paolo Ciarrocchi <paolo.ciarrocchi@xxxxxxxxx> wrote:

> - for (i = 0; apic_probe[i]; ++i) {
> - if (apic_probe[i]->mps_oem_check(mpc,oem,productid)) {
> + for (i = 0; apic_probe[i]; ++i) {
> + if (apic_probe[i]->mps_oem_check(mpc, i oem, productid)) {

you typoed that one. Please build-test files you change.

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/