diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-05-21 08:03:41 -0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-05-21 13:37:51 -0400 |
commit | 01d0afddf37cbb4da8581d6dc9bfa5b63bae3390 (patch) | |
tree | 345a46b3a84a7dee7df859ff5e48e628ec5eb131 | |
parent | 50183936254b76997d222cd36bac997ebf8115de (diff) |
mtd: maps: Spelling s/reseved/reserved/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
-rw-r--r-- | drivers/mtd/maps/amd76xrom.c | 2 | ||||
-rw-r--r-- | drivers/mtd/maps/esb2rom.c | 2 | ||||
-rw-r--r-- | drivers/mtd/maps/ichxrom.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mtd/maps/amd76xrom.c b/drivers/mtd/maps/amd76xrom.c index f7207b0a76dc..f2b68667ea59 100644 --- a/drivers/mtd/maps/amd76xrom.c +++ b/drivers/mtd/maps/amd76xrom.c | |||
@@ -138,7 +138,7 @@ static int amd76xrom_init_one(struct pci_dev *pdev, | |||
138 | /* | 138 | /* |
139 | * Try to reserve the window mem region. If this fails then | 139 | * Try to reserve the window mem region. If this fails then |
140 | * it is likely due to a fragment of the window being | 140 | * it is likely due to a fragment of the window being |
141 | * "reseved" by the BIOS. In the case that the | 141 | * "reserved" by the BIOS. In the case that the |
142 | * request_mem_region() fails then once the rom size is | 142 | * request_mem_region() fails then once the rom size is |
143 | * discovered we will try to reserve the unreserved fragment. | 143 | * discovered we will try to reserve the unreserved fragment. |
144 | */ | 144 | */ |
diff --git a/drivers/mtd/maps/esb2rom.c b/drivers/mtd/maps/esb2rom.c index f784cf0caa13..76ed651b515b 100644 --- a/drivers/mtd/maps/esb2rom.c +++ b/drivers/mtd/maps/esb2rom.c | |||
@@ -234,7 +234,7 @@ static int esb2rom_init_one(struct pci_dev *pdev, | |||
234 | 234 | ||
235 | /* | 235 | /* |
236 | * Try to reserve the window mem region. If this fails then | 236 | * Try to reserve the window mem region. If this fails then |
237 | * it is likely due to the window being "reseved" by the BIOS. | 237 | * it is likely due to the window being "reserved" by the BIOS. |
238 | */ | 238 | */ |
239 | window->rsrc.name = MOD_NAME; | 239 | window->rsrc.name = MOD_NAME; |
240 | window->rsrc.start = window->phys; | 240 | window->rsrc.start = window->phys; |
diff --git a/drivers/mtd/maps/ichxrom.c b/drivers/mtd/maps/ichxrom.c index c7478e18f485..8636bba42200 100644 --- a/drivers/mtd/maps/ichxrom.c +++ b/drivers/mtd/maps/ichxrom.c | |||
@@ -167,7 +167,7 @@ static int ichxrom_init_one(struct pci_dev *pdev, | |||
167 | 167 | ||
168 | /* | 168 | /* |
169 | * Try to reserve the window mem region. If this fails then | 169 | * Try to reserve the window mem region. If this fails then |
170 | * it is likely due to the window being "reseved" by the BIOS. | 170 | * it is likely due to the window being "reserved" by the BIOS. |
171 | */ | 171 | */ |
172 | window->rsrc.name = MOD_NAME; | 172 | window->rsrc.name = MOD_NAME; |
173 | window->rsrc.start = window->phys; | 173 | window->rsrc.start = window->phys; |