All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/pcmcia: Fix typo in comment
@ 2022-01-27  7:15 tangmeng
  2022-02-05 10:23 ` Dominik Brodowski
  0 siblings, 1 reply; 2+ messages in thread
From: tangmeng @ 2022-01-27  7:15 UTC (permalink / raw)
  To: linux, linux-kernel; +Cc: tangmeng

Replace unavaibale with unavailable.

Signed-off-by: tangmeng <tangmeng@uniontech.com>
---
 drivers/pcmcia/rsrc_nonstatic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
-- 
2.20.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers/pcmcia: Fix typo in comment
  2022-01-27  7:15 [PATCH] drivers/pcmcia: Fix typo in comment tangmeng
@ 2022-02-05 10:23 ` Dominik Brodowski
  0 siblings, 0 replies; 2+ messages in thread
From: Dominik Brodowski @ 2022-02-05 10:23 UTC (permalink / raw)
  To: tangmeng; +Cc: linux-kernel

Am Thu, Jan 27, 2022 at 03:15:09PM +0800 schrieb tangmeng:
> Replace unavaibale with unavailable.
> 
> Signed-off-by: tangmeng <tangmeng@uniontech.com>

Applied, thanks!

	Dominik

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-05 10:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-27  7:15 [PATCH] drivers/pcmcia: Fix typo in comment tangmeng
2022-02-05 10:23 ` Dominik Brodowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.