Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82793
b: refs/heads/master
c: 44363f1
h: refs/heads/master
i:
  82791: 187209d
v: v3
  • Loading branch information
Joe Perches authored and Adrian Bunk committed Feb 3, 2008
1 parent 251563c commit e1213a2
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: b8c268d10439bdd4ed469d58fbadf2c2f56801b0
refs/heads/master: 44363f14d9e7c9786ddbe7742d0f002b4ad685e1
2 changes: 1 addition & 1 deletion trunk/drivers/video/aty/radeon_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/cyblafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/intelfb/intelfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/omap/lcdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/sm501fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e1213a2

Please sign in to comment.