All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [RFC] SHT15 Sensiron humidity and temperature
Date: Mon, 23 Mar 2009 00:09:54 +0000	[thread overview]
Message-ID: <20090322170954.eb0ae9d3.akpm@linux-foundation.org> (raw)
In-Reply-To: <497367C6.8010200@cam.ac.uk>

On Sun, 18 Jan 2009 17:32:54 +0000 Jonathan Cameron <jic23@cam.ac.uk> wrote:

> +/**
> + * sht15_send_bit() send and individual bit to the device
> + **/

One other thing...

The /** token is specifically for introducing kerneldoc-formatted comments.
But this driver uses it for non-kerneldoc comments.

So please either convert the comments to kerneldoc form or use plain old

/*
 * comment goes here
 */

Thanks.

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

      parent reply	other threads:[~2009-03-23  0:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-18 17:32 [lm-sensors] [RFC] SHT15 Sensiron humidity and temperature sensor Jonathan Cameron
2009-01-21 15:06 ` [lm-sensors] [RFC] SHT15 Sensiron humidity and temperature Jonathan Cameron
2009-03-23  0:07 ` Andrew Morton
2009-03-23  0:09 ` Andrew Morton [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090322170954.eb0ae9d3.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=lm-sensors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.