Commit 6c00ef0d authored by tangmeng's avatar tangmeng Committed by Dominik Brodowski
Browse files

drivers/pcmcia: Fix typo in comment



Replace unavaibale with unavailable.

Signed-off-by: default avatartangmeng <tangmeng@uniontech.com>
Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent 0457e515
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -394,7 +394,7 @@ static int do_validate_mem(struct pcmcia_socket *s,
 * do_mem_probe() checks a memory region for use by the PCMCIA subsystem.
 * To do so, the area is split up into sensible parts, and then passed
 * into the @validate() function. Only if @validate() and @fallback() fail,
 * the area is marked as unavaibale for use by the PCMCIA subsystem. The
 * the area is marked as unavailable for use by the PCMCIA subsystem. The
 * function returns the size of the usable memory area.
 */
static int do_mem_probe(struct pcmcia_socket *s, u_long base, u_long num,