All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [trivial] isdn: Fix typo in hfcmulti.c
@ 2012-05-15 19:06 Masanari Iida
  2012-05-16  5:14 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-05-15 19:06 UTC (permalink / raw)
  To: trivial, linux-kernel, isdn, netdev; +Cc: Masanari Iida

Correcting spelling "extenal" to "external" in hfcmulti.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/isdn/hardware/mISDN/hfcmulti.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/isdn/hardware/mISDN/hfcmulti.c b/drivers/isdn/hardware/mISDN/hfcmulti.c
index 0332231..4df24a1 100644
--- a/drivers/isdn/hardware/mISDN/hfcmulti.c
+++ b/drivers/isdn/hardware/mISDN/hfcmulti.c
@@ -1156,7 +1156,7 @@ init_chip(struct hfc_multi *hc)
 	hc->DTMFbase = 0x1000;
 	if (test_bit(HFC_CHIP_EXRAM_128, &hc->chip)) {
 		if (debug & DEBUG_HFCMULTI_INIT)
-			printk(KERN_DEBUG "%s: changing to 128K extenal RAM\n",
+			printk(KERN_DEBUG "%s: changing to 128K external RAM\n",
 			       __func__);
 		hc->hw.r_ctrl |= V_EXT_RAM;
 		hc->hw.r_ram_sz = 1;
@@ -1167,7 +1167,7 @@ init_chip(struct hfc_multi *hc)
 	}
 	if (test_bit(HFC_CHIP_EXRAM_512, &hc->chip)) {
 		if (debug & DEBUG_HFCMULTI_INIT)
-			printk(KERN_DEBUG "%s: changing to 512K extenal RAM\n",
+			printk(KERN_DEBUG "%s: changing to 512K external RAM\n",
 			       __func__);
 		hc->hw.r_ctrl |= V_EXT_RAM;
 		hc->hw.r_ram_sz = 2;
-- 
1.7.10.2.520.g6a4a482


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

* Re: [PATCH] [trivial] isdn: Fix typo in hfcmulti.c
  2012-05-15 19:06 [PATCH] [trivial] isdn: Fix typo in hfcmulti.c Masanari Iida
@ 2012-05-16  5:14 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-05-16  5:14 UTC (permalink / raw)
  To: standby24x7; +Cc: trivial, linux-kernel, isdn, netdev

From: Masanari Iida <standby24x7@gmail.com>
Date: Wed, 16 May 2012 04:06:39 +0900

> Correcting spelling "extenal" to "external" in hfcmulti.c
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Applied, thanks.

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

end of thread, other threads:[~2012-05-16  5:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-15 19:06 [PATCH] [trivial] isdn: Fix typo in hfcmulti.c Masanari Iida
2012-05-16  5:14 ` David Miller

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.