diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 17:31:49 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 17:31:49 +0200 |
commit | 44363f14d9e7c9786ddbe7742d0f002b4ad685e1 (patch) | |
tree | 2592509c1d80124f33d19182de7f87281c7e42df /drivers/video/aty | |
parent | b8c268d10439bdd4ed469d58fbadf2c2f56801b0 (diff) | |
download | blackbird-obmc-linux-44363f14d9e7c9786ddbe7742d0f002b4ad685e1.tar.gz blackbird-obmc-linux-44363f14d9e7c9786ddbe7742d0f002b4ad685e1.zip |
drivers/video/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/video/aty')
-rw-r--r-- | drivers/video/aty/radeon_pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/aty/radeon_pm.c b/drivers/video/aty/radeon_pm.c index 83ee3e75386c..675abdafc2d8 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( |