tree-wide: s/widht/width/g typo in comments

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Jiri Kosina <trivial@kernel.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Daniel Mack
2010-01-28 16:11:51 +08:00
committed by Jiri Kosina
parent d9a5f04b6a
commit 551e378ca1
5 changed files with 5 additions and 5 deletions

View File

@@ -173,7 +173,7 @@ struct mdi_cfginfo {
int mdi_ncluts; /* Number of implemented CLUTs in this MDI */ int mdi_ncluts; /* Number of implemented CLUTs in this MDI */
int mdi_type; /* FBTYPE name */ int mdi_type; /* FBTYPE name */
int mdi_height; /* height */ int mdi_height; /* height */
int mdi_width; /* widht */ int mdi_width; /* width */
int mdi_size; /* available ram */ int mdi_size; /* available ram */
int mdi_mode; /* 8bpp, 16bpp or 32bpp */ int mdi_mode; /* 8bpp, 16bpp or 32bpp */
int mdi_pixfreq; /* pixel clock (from PROM) */ int mdi_pixfreq; /* pixel clock (from PROM) */

View File

@@ -173,7 +173,7 @@ struct mdi_cfginfo {
int mdi_ncluts; /* Number of implemented CLUTs in this MDI */ int mdi_ncluts; /* Number of implemented CLUTs in this MDI */
int mdi_type; /* FBTYPE name */ int mdi_type; /* FBTYPE name */
int mdi_height; /* height */ int mdi_height; /* height */
int mdi_width; /* widht */ int mdi_width; /* width */
int mdi_size; /* available ram */ int mdi_size; /* available ram */
int mdi_mode; /* 8bpp, 16bpp or 32bpp */ int mdi_mode; /* 8bpp, 16bpp or 32bpp */
int mdi_pixfreq; /* pixel clock (from PROM) */ int mdi_pixfreq; /* pixel clock (from PROM) */

View File

@@ -557,7 +557,7 @@ static void ess_send_alc_req(struct s_smc *smc)
/* /*
* send never allocation request where the requested payload and * 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 * parsed
*/ */
if (!smc->mib.fddiESSPayload) { if (!smc->mib.fddiESSPayload) {

View File

@@ -308,7 +308,7 @@ static int mc68x328fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue,
* Pseudocolor: * Pseudocolor:
* uses offset = 0 && length = RAMDAC register width. * uses offset = 0 && length = RAMDAC register width.
* var->{color}.offset is 0 * var->{color}.offset is 0
* var->{color}.length contains widht of DAC * var->{color}.length contains width of DAC
* cmap is not used * cmap is not used
* RAMDAC[X] is programmed to (red, green, blue) * RAMDAC[X] is programmed to (red, green, blue)
* Truecolor: * Truecolor:

View File

@@ -896,7 +896,7 @@ static int pm2fb_setcolreg(unsigned regno, unsigned red, unsigned green,
* Pseudocolor: * Pseudocolor:
* uses offset = 0 && length = DAC register width. * uses offset = 0 && length = DAC register width.
* var->{color}.offset is 0 * var->{color}.offset is 0
* var->{color}.length contains widht of DAC * var->{color}.length contains width of DAC
* cmap is not used * cmap is not used
* DAC[X] is programmed to (red, green, blue) * DAC[X] is programmed to (red, green, blue)
* Truecolor: * Truecolor: