The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] fix typo in asm-generic/gpio.h
@ 2009-06-02 13:49 Yoichi Yuasa
  2009-06-02 14:05 ` Robert P. J. Day
  0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2009-06-02 13:49 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: yoichi_yuasa, Andrew Morton

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h
index d6c379d..2a37611 100644
--- a/include/asm-generic/gpio.h
+++ b/include/asm-generic/gpio.h
@@ -53,7 +53,7 @@ struct module;
  *	negative during registration, requests dynamic ID allocation.
  * @ngpio: the number of GPIOs handled by this controller; the last GPIO
  *	handled is (base + ngpio - 1).
- * @can_sleep: flag must be set iff get()/set() methods sleep, as they
+ * @can_sleep: flag must be set if get()/set() methods sleep, as they
  *	must while accessing GPIO expander chips over I2C or SPI
  * @names: if set, must be an array of strings to use as alternative
  *      names for the GPIOs in this chip. Any entry in the array

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix typo in asm-generic/gpio.h
  2009-06-02 13:49 [PATCH] fix typo in asm-generic/gpio.h Yoichi Yuasa
@ 2009-06-02 14:05 ` Robert P. J. Day
  0 siblings, 0 replies; 2+ messages in thread
From: Robert P. J. Day @ 2009-06-02 14:05 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: Linux Kernel Mailing List, Andrew Morton

On Tue, 2 Jun 2009, Yoichi Yuasa wrote:

> Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
>
> diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h
> index d6c379d..2a37611 100644
> --- a/include/asm-generic/gpio.h
> +++ b/include/asm-generic/gpio.h
> @@ -53,7 +53,7 @@ struct module;
>   *	negative during registration, requests dynamic ID allocation.
>   * @ngpio: the number of GPIOs handled by this controller; the last GPIO
>   *	handled is (base + ngpio - 1).
> - * @can_sleep: flag must be set iff get()/set() methods sleep, as they
> + * @can_sleep: flag must be set if get()/set() methods sleep, as they
>   *	must while accessing GPIO expander chips over I2C or SPI
>   * @names: if set, must be an array of strings to use as alternative
>   *      names for the GPIOs in this chip. Any entry in the array

  was that really a typo, or was it meant to represent "if and only
if?

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

        Linux Consulting, Training and Annoying Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Linked In:                             http://www.linkedin.com/in/rpjday
Twitter:                                       http://twitter.com/rpjday
========================================================================

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-02 14:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-02 13:49 [PATCH] fix typo in asm-generic/gpio.h Yoichi Yuasa
2009-06-02 14:05 ` Robert P. J. Day

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox