···138138 /*139139 * Try to reserve the window mem region. If this fails then140140 * it is likely due to a fragment of the window being141141- * "reseved" by the BIOS. In the case that the141141+ * "reserved" by the BIOS. In the case that the142142 * request_mem_region() fails then once the rom size is143143 * discovered we will try to reserve the unreserved fragment.144144 */
+1-1
drivers/mtd/maps/esb2rom.c
···234234235235 /*236236 * Try to reserve the window mem region. If this fails then237237- * it is likely due to the window being "reseved" by the BIOS.237237+ * it is likely due to the window being "reserved" by the BIOS.238238 */239239 window->rsrc.name = MOD_NAME;240240 window->rsrc.start = window->phys;
+1-1
drivers/mtd/maps/ichxrom.c
···167167168168 /*169169 * Try to reserve the window mem region. If this fails then170170- * it is likely due to the window being "reseved" by the BIOS.170170+ * it is likely due to the window being "reserved" by the BIOS.171171 */172172 window->rsrc.name = MOD_NAME;173173 window->rsrc.start = window->phys;