mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] tree-wide: trivial typo fixes: s/widht/width/g
@ 2010-01-28  8:11 Daniel Mack
  2010-01-28 22:56 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Mack @ 2010-01-28  8:11 UTC (permalink / raw)
  To: linux-kernel; +Cc: Daniel Mack, Jiri Kosina

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Jiri Kosina <trivial@kernel.org>
---
 arch/m68k/include/asm/fbio.h  |    2 +-
 arch/sparc/include/asm/fbio.h |    2 +-
 drivers/net/skfp/ess.c        |    2 +-
 drivers/video/68328fb.c       |    2 +-
 drivers/video/pm2fb.c         |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/m68k/include/asm/fbio.h b/arch/m68k/include/asm/fbio.h
index b9215a0..0a21da8 100644
--- a/arch/m68k/include/asm/fbio.h
+++ b/arch/m68k/include/asm/fbio.h
@@ -173,7 +173,7 @@ struct mdi_cfginfo {
 	int     mdi_ncluts;     /* Number of implemented CLUTs in this MDI */
         int     mdi_type;       /* FBTYPE name */
         int     mdi_height;     /* height */
-        int     mdi_width;      /* widht */
+        int     mdi_width;      /* width */
         int     mdi_size;       /* available ram */
         int     mdi_mode;       /* 8bpp, 16bpp or 32bpp */
         int     mdi_pixfreq;    /* pixel clock (from PROM) */
diff --git a/arch/sparc/include/asm/fbio.h b/arch/sparc/include/asm/fbio.h
index b9215a0..0a21da8 100644
--- a/arch/sparc/include/asm/fbio.h
+++ b/arch/sparc/include/asm/fbio.h
@@ -173,7 +173,7 @@ struct mdi_cfginfo {
 	int     mdi_ncluts;     /* Number of implemented CLUTs in this MDI */
         int     mdi_type;       /* FBTYPE name */
         int     mdi_height;     /* height */
-        int     mdi_width;      /* widht */
+        int     mdi_width;      /* width */
         int     mdi_size;       /* available ram */
         int     mdi_mode;       /* 8bpp, 16bpp or 32bpp */
         int     mdi_pixfreq;    /* pixel clock (from PROM) */
diff --git a/drivers/net/skfp/ess.c b/drivers/net/skfp/ess.c
index a85efcf..e8387d2 100644
--- a/drivers/net/skfp/ess.c
+++ b/drivers/net/skfp/ess.c
@@ -557,7 +557,7 @@ static void ess_send_alc_req(struct s_smc *smc)
 
 	/*
 	 * send never allocation request where the requested payload and
-	 * overhead is zero or deallocate bandwidht when no bandwidth is
+	 * overhead is zero or deallocate bandwidth when no bandwidth is
 	 * parsed
 	 */
 	if (!smc->mib.fddiESSPayload) {
diff --git a/drivers/video/68328fb.c b/drivers/video/68328fb.c
index 0b17824..2110556 100644
--- a/drivers/video/68328fb.c
+++ b/drivers/video/68328fb.c
@@ -308,7 +308,7 @@ static int mc68x328fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue,
 	 * Pseudocolor:
 	 *    uses offset = 0 && length = RAMDAC register width.
 	 *    var->{color}.offset is 0
-	 *    var->{color}.length contains widht of DAC
+	 *    var->{color}.length contains width of DAC
 	 *    cmap is not used
 	 *    RAMDAC[X] is programmed to (red, green, blue)
 	 * Truecolor:
diff --git a/drivers/video/pm2fb.c b/drivers/video/pm2fb.c
index 36436ee..27f93aa 100644
--- a/drivers/video/pm2fb.c
+++ b/drivers/video/pm2fb.c
@@ -896,7 +896,7 @@ static int pm2fb_setcolreg(unsigned regno, unsigned red, unsigned green,
 	 * Pseudocolor:
 	 *    uses offset = 0 && length = DAC register width.
 	 *    var->{color}.offset is 0
-	 *    var->{color}.length contains widht of DAC
+	 *    var->{color}.length contains width of DAC
 	 *    cmap is not used
 	 *    DAC[X] is programmed to (red, green, blue)
 	 * Truecolor:
-- 
1.6.3.3


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

* Re: [PATCH] tree-wide: trivial typo fixes: s/widht/width/g
  2010-01-28  8:11 [PATCH] tree-wide: trivial typo fixes: s/widht/width/g Daniel Mack
@ 2010-01-28 22:56 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2010-01-28 22:56 UTC (permalink / raw)
  To: Daniel Mack; +Cc: linux-kernel

On Thu, 28 Jan 2010, Daniel Mack wrote:

> Signed-off-by: Daniel Mack <daniel@caiaq.de>
> Cc: Jiri Kosina <trivial@kernel.org>
> ---
>  arch/m68k/include/asm/fbio.h  |    2 +-
>  arch/sparc/include/asm/fbio.h |    2 +-
>  drivers/net/skfp/ess.c        |    2 +-
>  drivers/video/68328fb.c       |    2 +-
>  drivers/video/pm2fb.c         |    2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/arch/m68k/include/asm/fbio.h b/arch/m68k/include/asm/fbio.h
> index b9215a0..0a21da8 100644
> --- a/arch/m68k/include/asm/fbio.h
> +++ b/arch/m68k/include/asm/fbio.h
> @@ -173,7 +173,7 @@ struct mdi_cfginfo {
>  	int     mdi_ncluts;     /* Number of implemented CLUTs in this MDI */
>          int     mdi_type;       /* FBTYPE name */
>          int     mdi_height;     /* height */
> -        int     mdi_width;      /* widht */
> +        int     mdi_width;      /* width */
>          int     mdi_size;       /* available ram */
>          int     mdi_mode;       /* 8bpp, 16bpp or 32bpp */
>          int     mdi_pixfreq;    /* pixel clock (from PROM) */
> diff --git a/arch/sparc/include/asm/fbio.h b/arch/sparc/include/asm/fbio.h
> index b9215a0..0a21da8 100644
> --- a/arch/sparc/include/asm/fbio.h
> +++ b/arch/sparc/include/asm/fbio.h
> @@ -173,7 +173,7 @@ struct mdi_cfginfo {
>  	int     mdi_ncluts;     /* Number of implemented CLUTs in this MDI */
>          int     mdi_type;       /* FBTYPE name */
>          int     mdi_height;     /* height */
> -        int     mdi_width;      /* widht */
> +        int     mdi_width;      /* width */
>          int     mdi_size;       /* available ram */
>          int     mdi_mode;       /* 8bpp, 16bpp or 32bpp */
>          int     mdi_pixfreq;    /* pixel clock (from PROM) */
> diff --git a/drivers/net/skfp/ess.c b/drivers/net/skfp/ess.c
> index a85efcf..e8387d2 100644
> --- a/drivers/net/skfp/ess.c
> +++ b/drivers/net/skfp/ess.c
> @@ -557,7 +557,7 @@ static void ess_send_alc_req(struct s_smc *smc)
>  
>  	/*
>  	 * send never allocation request where the requested payload and
> -	 * overhead is zero or deallocate bandwidht when no bandwidth is
> +	 * overhead is zero or deallocate bandwidth when no bandwidth is
>  	 * parsed
>  	 */
>  	if (!smc->mib.fddiESSPayload) {
> diff --git a/drivers/video/68328fb.c b/drivers/video/68328fb.c
> index 0b17824..2110556 100644
> --- a/drivers/video/68328fb.c
> +++ b/drivers/video/68328fb.c
> @@ -308,7 +308,7 @@ static int mc68x328fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue,
>  	 * Pseudocolor:
>  	 *    uses offset = 0 && length = RAMDAC register width.
>  	 *    var->{color}.offset is 0
> -	 *    var->{color}.length contains widht of DAC
> +	 *    var->{color}.length contains width of DAC
>  	 *    cmap is not used
>  	 *    RAMDAC[X] is programmed to (red, green, blue)
>  	 * Truecolor:
> diff --git a/drivers/video/pm2fb.c b/drivers/video/pm2fb.c
> index 36436ee..27f93aa 100644
> --- a/drivers/video/pm2fb.c
> +++ b/drivers/video/pm2fb.c
> @@ -896,7 +896,7 @@ static int pm2fb_setcolreg(unsigned regno, unsigned red, unsigned green,
>  	 * Pseudocolor:
>  	 *    uses offset = 0 && length = DAC register width.
>  	 *    var->{color}.offset is 0
> -	 *    var->{color}.length contains widht of DAC
> +	 *    var->{color}.length contains width of DAC
>  	 *    cmap is not used
>  	 *    DAC[X] is programmed to (red, green, blue)
>  	 * Truecolor:

Applied, thanks Daniel.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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

end of thread, other threads:[~2010-01-28 22:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-28  8:11 [PATCH] tree-wide: trivial typo fixes: s/widht/width/g Daniel Mack
2010-01-28 22:56 ` Jiri Kosina

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

all inboxes | Powered by JetHome®