Re: [PATCH 0/3] isdn: patches for 2.6.31

From: David Miller
Date: Mon Jun 01 2009 - 06:04:48 EST


From: Tilman Schmidt <tilman@xxxxxxx>
Date: Sun, 31 May 2009 01:32:04 +0200 (CEST)

> I would like to propose the following three patches to the Kernel CAPI
> subsystem for inclusion in kernel release 2.6.31.
> The first one was proposed four weeks ago and so far hasn't met any
> protests.
> The second one is a rather trivial bugfix and documentation improvement.
> The third one just adds a few new insights about the workings of the
> CAPI subsystem to the Documentation file, INTERFACE.CAPI.

I'm not applying this patch series.

Especially I dislike the second patch.

First problem in the second patch. You're doing two things
at once. You're adding function documentation and also adding
a NULL pointer check.

Second problem, the NULL pointer check is gratuitous. Document
that the 'm' member has to be non-NULL and leave the check out.

Thanks.
--
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/