Commit 01d0afdd authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Brian Norris

mtd: maps: Spelling s/reseved/reserved/

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent 50183936
...@@ -138,7 +138,7 @@ static int amd76xrom_init_one(struct pci_dev *pdev, ...@@ -138,7 +138,7 @@ static int amd76xrom_init_one(struct pci_dev *pdev,
/* /*
* Try to reserve the window mem region. If this fails then * Try to reserve the window mem region. If this fails then
* it is likely due to a fragment of the window being * it is likely due to a fragment of the window being
* "reseved" by the BIOS. In the case that the * "reserved" by the BIOS. In the case that the
* request_mem_region() fails then once the rom size is * request_mem_region() fails then once the rom size is
* discovered we will try to reserve the unreserved fragment. * discovered we will try to reserve the unreserved fragment.
*/ */
......
...@@ -234,7 +234,7 @@ static int esb2rom_init_one(struct pci_dev *pdev, ...@@ -234,7 +234,7 @@ static int esb2rom_init_one(struct pci_dev *pdev,
/* /*
* Try to reserve the window mem region. If this fails then * Try to reserve the window mem region. If this fails then
* it is likely due to the window being "reseved" by the BIOS. * it is likely due to the window being "reserved" by the BIOS.
*/ */
window->rsrc.name = MOD_NAME; window->rsrc.name = MOD_NAME;
window->rsrc.start = window->phys; window->rsrc.start = window->phys;
......
...@@ -167,7 +167,7 @@ static int ichxrom_init_one(struct pci_dev *pdev, ...@@ -167,7 +167,7 @@ static int ichxrom_init_one(struct pci_dev *pdev,
/* /*
* Try to reserve the window mem region. If this fails then * Try to reserve the window mem region. If this fails then
* it is likely due to the window being "reseved" by the BIOS. * it is likely due to the window being "reserved" by the BIOS.
*/ */
window->rsrc.name = MOD_NAME; window->rsrc.name = MOD_NAME;
window->rsrc.start = window->phys; window->rsrc.start = window->phys;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment