drivers/pcmcia: Fix typo in comment
authortangmeng <tangmeng@uniontech.com>
Thu, 27 Jan 2022 07:15:09 +0000 (15:15 +0800)
committerDominik Brodowski <linux@dominikbrodowski.net>
Sat, 5 Feb 2022 10:11:38 +0000 (11:11 +0100)
Replace unavaibale with unavailable.

Signed-off-by: tangmeng <tangmeng@uniontech.com>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
drivers/pcmcia/rsrc_nonstatic.c

index 6b6c578..ad1141f 100644 (file)
@@ -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,