diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 16:31:49 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 16:31:49 +0100 |
commit | 44363f14d9e7c9786ddbe7742d0f002b4ad685e1 (patch) | |
tree | 2592509c1d80124f33d19182de7f87281c7e42df /drivers/video/sm501fb.c | |
parent | drivers/ssb/: Spelling fixes (diff) | |
download | linux-44363f14d9e7c9786ddbe7742d0f002b4ad685e1.tar.xz 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 '')
-rw-r--r-- | drivers/video/sm501fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sm501fb.c b/drivers/video/sm501fb.c index 1be95a68d696..58f200c69be3 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; |