Re: [1/1] w1: new driver. DS2431 chip.

From: Evgeniy Polyakov
Date: Sun Sep 21 2008 - 11:55:24 EST


On Wed, Sep 17, 2008 at 04:00:07PM -0700, Andrew Morton (akpm@xxxxxxxxxxxxxxxxxxxx) wrote:
> On Wed, 17 Sep 2008 19:49:29 +0400
> Evgeniy Polyakov <johnpol@xxxxxxxxxxx> wrote:
>
> > Signed-off-by: Bernhard Weirich <bernhard.weirich@xxxxxxxxxx>
> > Signed-off-by: Evgeniy Polyakov <johnpol@xxxxxxxxxxx>
>
> This was authored by Bernhard, but the way in which it was sent claims
> that it was authored by yourself. Please add a From: line at the very
> top of the changelog body to indicate authorship.

Ok, I see. Patch was definitely created by Bernhard, I just pointed to
couple of trivial cleanups. I saw you imported it into the tree with
your fixes, thanks a lot!

> > --- linux-2.6.25.3/drivers/w1/slaves/w1_ds2431.c 1970-01-01 01:00:00.000000000 +0100
> > +++ linux-2.6.26.5/drivers/w1/slaves/w1_ds2431.c 2008-09-17 09:02:13.000000000 +0200
> > @@ -0,0 +1,318 @@
> > +/*
> > + * w1_DS2431.c - w1 family 2d (DS2431) driver
>
> case-insensitive filenames? ;)

Fortunately only comment :)

> > +/**
> > + * Check the file size bounds and adjusts count as needed.
> > + * This would not be needed if the file size didn't reset to 0 after a write.
> > + */
>
> The driver has a number of comments whcih start with /**. But that
> pattern is specifically used to flag the presence of a kerneldoc-format
> comment. And these comments are in fact not in kerneldoc form.

I think we need to drop ** lines, since I did not convert kernel
comments into documentation, so would not be able to point to kerneldoc
(its doxygen iirc?) errors anyway.

--
Evgeniy Polyakov
--
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/