summaryrefslogtreecommitdiff
path: root/drivers/pcmcia/rsrc_nonstatic.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-06-01 10:25:06 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-06-01 10:25:06 -0700
commit2380dd691e1fe1ebe3f346d0ce54f8fc7eacc167 (patch)
tree3e810fe07e820c483ef954d7b08ae2db1a6bf0c1 /drivers/pcmcia/rsrc_nonstatic.c
parent700170bf6b4d773e328fa54ebb70ba444007c702 (diff)
parent2ef4bb24ff39ae4af89b80bcc5d516f55368e8ae (diff)
downloadlinux-2380dd691e1fe1ebe3f346d0ce54f8fc7eacc167.tar.gz
linux-2380dd691e1fe1ebe3f346d0ce54f8fc7eacc167.tar.bz2
linux-2380dd691e1fe1ebe3f346d0ce54f8fc7eacc167.zip
Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux
Pull pcmcia updates from Dominik Brodowski: "A few odd cleanups and fixes, including a Kconfig fix to add a required dependency on MIPS" * 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux: pcmcia: Use platform_get_irq() to get the interrupt pcmcia: db1xxx_ss: restrict to MIPS_DB1XXX boards drivers/pcmcia: Fix typo in comment
Diffstat (limited to 'drivers/pcmcia/rsrc_nonstatic.c')
-rw-r--r--drivers/pcmcia/rsrc_nonstatic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/rsrc_nonstatic.c b/drivers/pcmcia/rsrc_nonstatic.c
index 6b6c578b5f92..ad1141fddb4c 100644
--- a/drivers/pcmcia/rsrc_nonstatic.c
+++ b/drivers/pcmcia/rsrc_nonstatic.c
@@ -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,