diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-05-15 05:06:39 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-16 01:14:03 -0400 |
commit | d584515fbb59d65bd307f7a453e7849489f62986 (patch) | |
tree | 5a7d7099119f10a032e47da22ad4d50141c3f851 /drivers/isdn | |
parent | c727e7f0071cae66c029f667d48b154c6b64227b (diff) |
isdn: Fix typo in hfcmulti.c
Correcting spelling "extenal" to "external" in hfcmulti.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Diffstat (limited to 'drivers/isdn')
-rw-r--r-- | drivers/isdn/hardware/mISDN/hfcmulti.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/hardware/mISDN/hfcmulti.c b/drivers/isdn/hardware/mISDN/hfcmulti.c index 4c128e4bb5cf..9f4e2efa7ff6 100644 --- a/drivers/isdn/hardware/mISDN/hfcmulti.c +++ b/drivers/isdn/hardware/mISDN/hfcmulti.c | |||
@@ -1171,7 +1171,7 @@ init_chip(struct hfc_multi *hc) | |||
1171 | hc->DTMFbase = 0x1000; | 1171 | hc->DTMFbase = 0x1000; |
1172 | if (test_bit(HFC_CHIP_EXRAM_128, &hc->chip)) { | 1172 | if (test_bit(HFC_CHIP_EXRAM_128, &hc->chip)) { |
1173 | if (debug & DEBUG_HFCMULTI_INIT) | 1173 | if (debug & DEBUG_HFCMULTI_INIT) |
1174 | printk(KERN_DEBUG "%s: changing to 128K extenal RAM\n", | 1174 | printk(KERN_DEBUG "%s: changing to 128K external RAM\n", |
1175 | __func__); | 1175 | __func__); |
1176 | hc->hw.r_ctrl |= V_EXT_RAM; | 1176 | hc->hw.r_ctrl |= V_EXT_RAM; |
1177 | hc->hw.r_ram_sz = 1; | 1177 | hc->hw.r_ram_sz = 1; |
@@ -1182,7 +1182,7 @@ init_chip(struct hfc_multi *hc) | |||
1182 | } | 1182 | } |
1183 | if (test_bit(HFC_CHIP_EXRAM_512, &hc->chip)) { | 1183 | if (test_bit(HFC_CHIP_EXRAM_512, &hc->chip)) { |
1184 | if (debug & DEBUG_HFCMULTI_INIT) | 1184 | if (debug & DEBUG_HFCMULTI_INIT) |
1185 | printk(KERN_DEBUG "%s: changing to 512K extenal RAM\n", | 1185 | printk(KERN_DEBUG "%s: changing to 512K external RAM\n", |
1186 | __func__); | 1186 | __func__); |
1187 | hc->hw.r_ctrl |= V_EXT_RAM; | 1187 | hc->hw.r_ctrl |= V_EXT_RAM; |
1188 | hc->hw.r_ram_sz = 2; | 1188 | hc->hw.r_ram_sz = 2; |