Commit d584515f authored by Masanari Iida's avatar Masanari Iida Committed by David S. Miller
Browse files

isdn: Fix typo in hfcmulti.c



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

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
parent c727e7f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1171,7 +1171,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;
@@ -1182,7 +1182,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;