Re: [PATCH 03/16] trivial: fix assorted "through" typos

From: André Goddard Rosa
Date: Mon Nov 02 2009 - 11:17:00 EST


Hi, Jiri!

On Mon, Nov 2, 2009 at 2:00 PM, Jiri Kosina <jkosina@xxxxxxx> wrote:
> On Sat, 31 Oct 2009, André Goddard Rosa wrote:
>
>> diff --git a/arch/blackfin/kernel/cplb-mpu/cplbinit.c
>> b/arch/blackfin/kernel/cplb-mpu/cplbinit.c
>> index f7b9cdc..b52c1f8 100644
>> --- a/arch/blackfin/kernel/cplb-mpu/cplbinit.c
>> +++ b/arch/blackfin/kernel/cplb-mpu/cplbinit.c
>> @@ -38,7 +38,7 @@ void __init generate_cplb_tables_cpu(unsigned int cpu)
>>
>>  #ifdef CONFIG_BFIN_EXTMEM_DCACHEABLE
>>       d_cache = CPLB_L1_CHBL;
>> -#ifdef CONFIG_BFIN_EXTMEM_WRITETROUGH
>> +#ifdef CONFIG_BFIN_EXTMEM_WRITETHROUGH
>
> As this one is fixing a *real* bug, please separate it out from the other
> changes which basically just fix typos in comments.

Already done and taken care here:
http://marc.info/?l=linux-kernel&m=125701706006147&w=2

> On the other hand, please merge all the other changes together into one
> larger patch. We don't want gazillions of commits because you have found
> gazillions of words typed wrongly in comments.
>
> Thanks for taking care,

Sure thing, I will send a consolidated patch with these.

Thank you,
André
--
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/