linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: S3C64XX: Fix typo in s3c-hsotg platform data
@ 2010-01-21  0:37 Maurus Cuelenaere
  2010-01-21  1:43 ` Ben Dooks
  0 siblings, 1 reply; 2+ messages in thread
From: Maurus Cuelenaere @ 2010-01-21  0:37 UTC (permalink / raw)
  To: linux-arm-kernel

ARM: S3C64XX: Fix typo in s3c-hsotg platform data

Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
---
 arch/arm/plat-s3c/include/plat/udc-hs.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/plat-s3c/include/plat/udc-hs.h
b/arch/arm/plat-s3c/include/plat/udc-hs.h
index dd04db0..a22a4f2 100644
--- a/arch/arm/plat-s3c/include/plat/udc-hs.h
+++ b/arch/arm/plat-s3c/include/plat/udc-hs.h
@@ -12,7 +12,7 @@
  * published by the Free Software Foundation.
 */

-enum s3c_hostg_dmamode {
+enum s3c_hsotg_dmamode {
 	S3C_HSOTG_DMA_NONE,	/* do not use DMA at-all */
 	S3C_HSOTG_DMA_ONLY,	/* always use DMA */
 	S3C_HSOTG_DMA_DRV,	/* DMA is chosen by driver */
@@ -24,6 +24,6 @@ enum s3c_hostg_dmamode {
  * @is_osc: The clock source is an oscillator, not a crystal
  */
 struct s3c_hsotg_plat {
-	enum s3c_hostg_dmamode	dma;
+	enum s3c_hsotg_dmamode	dma;
 	unsigned int		is_osc : 1;
 };
-- 
1.6.6

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

* [PATCH] ARM: S3C64XX: Fix typo in s3c-hsotg platform data
  2010-01-21  0:37 [PATCH] ARM: S3C64XX: Fix typo in s3c-hsotg platform data Maurus Cuelenaere
@ 2010-01-21  1:43 ` Ben Dooks
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Dooks @ 2010-01-21  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jan 21, 2010 at 01:37:28AM +0100, Maurus Cuelenaere wrote:
> ARM: S3C64XX: Fix typo in s3c-hsotg platform data

applied to next-samsung-s3c64xx2, will merge into next-samsung.
 
> Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
> ---
>  arch/arm/plat-s3c/include/plat/udc-hs.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/plat-s3c/include/plat/udc-hs.h
> b/arch/arm/plat-s3c/include/plat/udc-hs.h
> index dd04db0..a22a4f2 100644
> --- a/arch/arm/plat-s3c/include/plat/udc-hs.h
> +++ b/arch/arm/plat-s3c/include/plat/udc-hs.h
> @@ -12,7 +12,7 @@
>   * published by the Free Software Foundation.
>  */
> 
> -enum s3c_hostg_dmamode {
> +enum s3c_hsotg_dmamode {
>  	S3C_HSOTG_DMA_NONE,	/* do not use DMA at-all */
>  	S3C_HSOTG_DMA_ONLY,	/* always use DMA */
>  	S3C_HSOTG_DMA_DRV,	/* DMA is chosen by driver */
> @@ -24,6 +24,6 @@ enum s3c_hostg_dmamode {
>   * @is_osc: The clock source is an oscillator, not a crystal
>   */
>  struct s3c_hsotg_plat {
> -	enum s3c_hostg_dmamode	dma;
> +	enum s3c_hsotg_dmamode	dma;
>  	unsigned int		is_osc : 1;
>  };
> -- 
> 1.6.6

-- 
-- 
Ben

Q:      What's a light-year?
A:      One-third less calories than a regular year.

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

end of thread, other threads:[~2010-01-21  1:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-21  0:37 [PATCH] ARM: S3C64XX: Fix typo in s3c-hsotg platform data Maurus Cuelenaere
2010-01-21  1:43 ` Ben Dooks

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).