public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: linux-kernel@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Knut Petersen <Knut_Petersen@t-online.de>,
	Sylvain Meyer <sylvain.meyer@worldonline.fr>
Subject: [PATCH] drivers/video/: Spelling fixes
Date: Mon, 17 Dec 2007 11:40:19 -0800	[thread overview]
Message-ID: <1197920439-5455-13-git-send-email-joe@perches.com> (raw)
Message-ID: <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com> (raw)


Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/video/aty/radeon_pm.c   |    2 +-
 drivers/video/cyblafb.c         |    2 +-
 drivers/video/intelfb/intelfb.h |    2 +-
 drivers/video/omap/lcdc.c       |    2 +-
 drivers/video/sm501fb.c         |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/video/aty/radeon_pm.c b/drivers/video/aty/radeon_pm.c
index 83ee3e7..675abda 100644
--- a/drivers/video/aty/radeon_pm.c
+++ b/drivers/video/aty/radeon_pm.c
@@ -2561,7 +2561,7 @@ static void radeon_set_suspend(struct radeonfb_info *rinfo, int suspend)
 			pci_read_config_dword(rinfo->pdev, i * 4,
 					      &rinfo->cfg_save[i]);
 
-		/* Switch PCI power managment to D2. */
+		/* Switch PCI power management to D2. */
 		pci_disable_device(rinfo->pdev);
 		for (;;) {
 			pci_read_config_word(
diff --git a/drivers/video/cyblafb.c b/drivers/video/cyblafb.c
index e23324d..9704b73 100644
--- a/drivers/video/cyblafb.c
+++ b/drivers/video/cyblafb.c
@@ -1156,7 +1156,7 @@ static struct fb_ops cyblafb_ops __devinitdata = {
 // need altered timings to display correctly. So I decided that it is much
 // better to provide a limited optimized set of modes plus the option of
 // using the mode in effect at startup time (might be selected using the
-// vga=??? paramter). After that the user might use fbset to select any
+// vga=??? parameter). After that the user might use fbset to select any
 // mode he likes, check_var will not try to alter geometry parameters as
 // it would be necessary otherwise.
 //
diff --git a/drivers/video/intelfb/intelfb.h b/drivers/video/intelfb/intelfb.h
index 2fe3f7d..8367961 100644
--- a/drivers/video/intelfb/intelfb.h
+++ b/drivers/video/intelfb/intelfb.h
@@ -111,7 +111,7 @@
 
 #define FIXED_MODE(d) ((d)->fixed_mode)
 
-/*** Driver paramters ***/
+/*** Driver parameters ***/
 
 #define RINGBUFFER_SIZE		KB(64)
 #define HW_CURSOR_SIZE		KB(4)
diff --git a/drivers/video/omap/lcdc.c b/drivers/video/omap/lcdc.c
index 9085188..fb19ed4 100644
--- a/drivers/video/omap/lcdc.c
+++ b/drivers/video/omap/lcdc.c
@@ -312,7 +312,7 @@ static irqreturn_t lcdc_irq_handler(int irq, void *dev_id)
 /*
  * Change to a new video mode. We defer this to a later time to avoid any
  * flicker and not to mess up the current LCD DMA context. For this we disable
- * the LCD controler, which will generate a DONE irq after the last frame has
+ * the LCD controller, which will generate a DONE irq after the last frame has
  * been transferred. Then it'll be safe to reconfigure both the LCD controller
  * as well as the LCD DMA.
  */
diff --git a/drivers/video/sm501fb.c b/drivers/video/sm501fb.c
index 1be95a6..58f200c 100644
--- a/drivers/video/sm501fb.c
+++ b/drivers/video/sm501fb.c
@@ -48,7 +48,7 @@ enum sm501_controller {
 	HEAD_PANEL	= 1,
 };
 
-/* SM501 memory adress */
+/* SM501 memory address */
 struct sm501_mem {
 	unsigned long	 size;
 	unsigned long	 sm_addr;
-- 
1.5.3.7.949.g2221a6


         reply	other threads:[~2007-12-17 19:57 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
2007-12-17 19:40 ` [PATCH] drivers/scsi/: Spelling fixes Joe Perches
2007-12-17 19:58   ` Mike Christie
2007-12-17 19:40 ` [PATCH] drivers/serial/: " Joe Perches
2007-12-17 19:40 ` [PATCH] drivers/spi/: " Joe Perches
2007-12-17 19:40 ` [PATCH] drivers/ssb/: " Joe Perches
2007-12-17 19:40 ` [PATCH] drivers/usb/: " Joe Perches
2007-12-17 19:40 ` Joe Perches [this message]
2007-12-17 19:40 ` [PATCH] drivers/watchdog/: " Joe Perches
2007-12-17 19:40 ` [PATCH] fs/: " Joe Perches
2007-12-17 19:40 ` [PATCH] include/asm-frv/: " Joe Perches
2007-12-17 19:40 ` [PATCH] include/asm-m68knommu/: " Joe Perches
2007-12-24 11:04   ` Greg Ungerer
2007-12-17 19:40 ` [PATCH] include/linux/: " Joe Perches
2007-12-17 21:56 ` [PATCH] drivers/scsi/: " Andrew Vasquez
2007-12-17 22:05   ` James Smart
2007-12-17 22:20 ` [PATCH] include/asm-frv/: " David Howells
2007-12-17 22:48 ` [PATCH] drivers/scsi/: " Darrick J. Wong
2007-12-18  2:27 ` David Somayajulu
2007-12-18 13:55 ` Salyzyn, Mark

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=1197920439-5455-13-git-send-email-joe@perches.com \
    --to=joe@perches.com \
    --cc=Knut_Petersen@t-online.de \
    --cc=akpm@linux-foundation.org \
    --cc=benh@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sylvain.meyer@worldonline.fr \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox