Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187760
b: refs/heads/master
c: 551e378
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Mack authored and Jiri Kosina committed Feb 5, 2010
1 parent fd1f5f7 commit 1906ce2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d9a5f04b6a8e0e681ae37fde84016a57ca17371f
refs/heads/master: 551e378ca1852dc51609b722014416d4da0770c6
2 changes: 1 addition & 1 deletion trunk/arch/m68k/include/asm/fbio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sparc/include/asm/fbio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/skfp/ess.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/68328fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/pm2fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1906ce2

Please sign in to comment.