Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mtd: maps: Spelling s/reseved/reserved/

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>

authored by

Geert Uytterhoeven and committed by
Brian Norris
01d0afdd 50183936

+3 -3
+1 -1
drivers/mtd/maps/amd76xrom.c
··· 138 138 /* 139 139 * Try to reserve the window mem region. If this fails then 140 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 142 * request_mem_region() fails then once the rom size is 143 143 * discovered we will try to reserve the unreserved fragment. 144 144 */
+1 -1
drivers/mtd/maps/esb2rom.c
··· 234 234 235 235 /* 236 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 239 window->rsrc.name = MOD_NAME; 240 240 window->rsrc.start = window->phys;
+1 -1
drivers/mtd/maps/ichxrom.c
··· 167 167 168 168 /* 169 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 172 window->rsrc.name = MOD_NAME; 173 173 window->rsrc.start = window->phys;