mtd: maps: Spelling s/reseved/reserved/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 21 May 2015 12:03:41 +0000 (14:03 +0200)
committerBrian Norris <computersforpeace@gmail.com>
Thu, 21 May 2015 17:37:51 +0000 (10:37 -0700)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/maps/amd76xrom.c
drivers/mtd/maps/esb2rom.c
drivers/mtd/maps/ichxrom.c

index f7207b0a76dcf9d3537f6202c04dbf4696d3f069..f2b68667ea5904126daf90d2e7f719dfb7c25844 100644 (file)
@@ -138,7 +138,7 @@ static int amd76xrom_init_one(struct pci_dev *pdev,
        /*
         * Try to reserve the window mem region.  If this fails then
         * 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
         * discovered we will try to reserve the unreserved fragment.
         */
index f784cf0caa13b03d7a24542befe1a29e3638e35f..76ed651b515beef6275b7d67820eb1c4fee8e8dc 100644 (file)
@@ -234,7 +234,7 @@ static int esb2rom_init_one(struct pci_dev *pdev,
 
        /*
         * 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.start = window->phys;
index c7478e18f4858239319b34f916be6ad595695001..8636bba422009a1f54ff58b1611acac54cbf9b45 100644 (file)
@@ -167,7 +167,7 @@ static int ichxrom_init_one(struct pci_dev *pdev,
 
        /*
         * 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.start = window->phys;
This page took 0.033262 seconds and 5 git commands to generate.