On January 28, 2002 06:01 pm, Jens Axboe wrote:
> On Mon, Jan 28 2002, Richard Gooch wrote:
> > Jens Axboe writes:
> > > Could you please at least try to follow the style in sd? To me, this
> > > alone is reason enough why the patch should not be applied.
> >
> > ??? I *have* followed the style. Or at least I've tried to. Where did
> > I not?
>
> you use
>
> #ifdef something
> # define something_else
> #endif
You're right, that's completely gross. It should be:
#ifdef something
#define something_else
#endif
;-)
Jens, in my opinion, your constant haranguing of Richard is getting stale, or
got stale long ago. I'd prefer not to see such posts on the list. (I'd
prefer not to see *this* post on the list either, but this needs to be said.)
-- Daniel - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Jan 31 2002 - 21:00:53 EST