Skip to content

Commit 6c00ef0

Browse files
imtangmengDominik Brodowski
authored andcommitted
drivers/pcmcia: Fix typo in comment
Replace unavaibale with unavailable. Signed-off-by: tangmeng <[email protected]> Signed-off-by: Dominik Brodowski <[email protected]>
1 parent 0457e51 commit 6c00ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pcmcia/rsrc_nonstatic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ static int do_validate_mem(struct pcmcia_socket *s,
394394
* do_mem_probe() checks a memory region for use by the PCMCIA subsystem.
395395
* To do so, the area is split up into sensible parts, and then passed
396396
* into the @validate() function. Only if @validate() and @fallback() fail,
397-
* the area is marked as unavaibale for use by the PCMCIA subsystem. The
397+
* the area is marked as unavailable for use by the PCMCIA subsystem. The
398398
* function returns the size of the usable memory area.
399399
*/
400400
static int do_mem_probe(struct pcmcia_socket *s, u_long base, u_long num,

0 commit comments

Comments
 (0)