Andrew Morton <akpm@osdl.org> wrote: > Jeff Garzik <jgarzik@pobox.com> wrote: >> >> On Sun, Oct 31, 2004 at 02:48:40AM -0800, Andrew Morton wrote: >> > > - void *va = dio_scodetoviraddr(scode); >> > > + unsigned long pa = dio_scodetophysaddr(scode); >> > > + unsigned long va = (pa + DIO_VIRADDRBASE); >> >> Did you see the above quoted patch chunk? The patch is inconsistent >> with _itself_, adding 'pa' and 'va' with different idents (but when they >> should be at the same identation level). > > Trust me ;) What Jeff means is that the patch is using a tab for pa and 8 spaces for va. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html