linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND padmux.c] Fix typo in kerneldoc
@ 2010-07-13  9:49 Davidlohr Bueso
  2010-07-13 11:07 ` Viresh KUMAR
  0 siblings, 1 reply; 2+ messages in thread
From: Davidlohr Bueso @ 2010-07-13  9:49 UTC (permalink / raw)
  To: linux-arm-kernel

Trivial fix in a typo (enalbed for enabled).

Thanks,
Davidlohr


Signed-off-by: Davidlohr Bueso <dave@gnu.org>
---
 arch/arm/plat-spear/padmux.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/plat-spear/padmux.c b/arch/arm/plat-spear/padmux.c
index d2aab3a..555eec6 100644
--- a/arch/arm/plat-spear/padmux.c
+++ b/arch/arm/plat-spear/padmux.c
@@ -66,7 +66,7 @@ static int pmx_mode_set(struct pmx_mode *mode)
  * If peripheral is not supported by current mode then request is rejected.
  * Conflicts between peripherals are not handled and peripherals will be
  * enabled in the order they are present in pmx_dev array.
- * In case of conflicts last peripheral enalbed will be present.
+ * In case of conflicts last peripheral enabled will be present.
  * Returns -ve on Err otherwise 0
  */
 static int pmx_devs_enable(struct pmx_dev **devs, u8 count)
-- 
1.7.0.4

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

* [PATCH RESEND padmux.c] Fix typo in kerneldoc
  2010-07-13  9:49 [PATCH RESEND padmux.c] Fix typo in kerneldoc Davidlohr Bueso
@ 2010-07-13 11:07 ` Viresh KUMAR
  0 siblings, 0 replies; 2+ messages in thread
From: Viresh KUMAR @ 2010-07-13 11:07 UTC (permalink / raw)
  To: linux-arm-kernel

On 7/13/2010 3:19 PM, Davidlohr Bueso wrote:
> Trivial fix in a typo (enalbed for enabled).
> 
> Thanks,
> Davidlohr
> 
> 
> Signed-off-by: Davidlohr Bueso <dave@gnu.org>
> ---
>  arch/arm/plat-spear/padmux.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/plat-spear/padmux.c b/arch/arm/plat-spear/padmux.c
> index d2aab3a..555eec6 100644
> --- a/arch/arm/plat-spear/padmux.c
> +++ b/arch/arm/plat-spear/padmux.c
> @@ -66,7 +66,7 @@ static int pmx_mode_set(struct pmx_mode *mode)
>   * If peripheral is not supported by current mode then request is rejected.
>   * Conflicts between peripherals are not handled and peripherals will be
>   * enabled in the order they are present in pmx_dev array.
> - * In case of conflicts last peripheral enalbed will be present.
> + * In case of conflicts last peripheral enabled will be present.
>   * Returns -ve on Err otherwise 0
>   */
>  static int pmx_devs_enable(struct pmx_dev **devs, u8 count)

Acked-by: Viresh Kumar <viresh.kumar@st.com>

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

end of thread, other threads:[~2010-07-13 11:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-13  9:49 [PATCH RESEND padmux.c] Fix typo in kerneldoc Davidlohr Bueso
2010-07-13 11:07 ` Viresh KUMAR

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).