Re: [PATCH] CodingStyle: add typedefs chapter

From: Jan Engelhardt
Date: Mon May 01 2006 - 17:01:35 EST


>>>> What about task_t vs struct task_struct? Both are used in the kernel.
>>> task_t should probably die.
>>
>> Acked.
>Wouldn't this be a janitors' task?

Too simple :)

find rc3 -type f -print0 | xargs -0 perl -i -pe
's/\btask_t\b/struct task_struct'

+ a compile test afterwards. Something I missed? (Besides that lines may
get longer and violate the 80-column CodingStyle rule.)


Jan Engelhardt
--
-
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/