On Mon, 2006-05-01 at 23:01 +0200, Jan Engelhardt wrote: > 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.) If we're going to do that, we might as well make it 'struct task'. The additional '_struct' is redundant. -- dwmw2 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] CodingStyle: add typedefs chapter
- From: Jes Sorensen <[email protected]>
- Re: [PATCH] CodingStyle: add typedefs chapter
- From: Alexey Dobriyan <[email protected]>
- Re: [PATCH] CodingStyle: add typedefs chapter
- References:
- [PATCH] CodingStyle: add typedefs chapter
- From: "Randy.Dunlap" <[email protected]>
- Re: [PATCH] CodingStyle: add typedefs chapter
- From: Jan Engelhardt <[email protected]>
- Re: [PATCH] CodingStyle: add typedefs chapter
- From: David Woodhouse <[email protected]>
- Re: [PATCH] CodingStyle: add typedefs chapter
- From: Jan Engelhardt <[email protected]>
- Re: [PATCH] CodingStyle: add typedefs chapter
- From: Jiri Slaby <[email protected]>
- Re: [PATCH] CodingStyle: add typedefs chapter
- From: Jan Engelhardt <[email protected]>
- [PATCH] CodingStyle: add typedefs chapter
- Prev by Date: 2.6.17-rc3 - fs/namespace.c issue
- Next by Date: Re: [PATCH] fs/bio.c: initialize variable, remove warning
- Previous by thread: Re: [PATCH] CodingStyle: add typedefs chapter
- Next by thread: Re: [PATCH] CodingStyle: add typedefs chapter
- Index(es):