diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2012-07-02 07:44:41 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-06 16:21:54 -0700 |
commit | 599e6b2e90b4c152a633a2bcd7c583b0dff9bf98 (patch) | |
tree | fb0b829efa1daec90bab3f43437c26d04a7ba934 | |
parent | aab048923955ca2fa050a06b5a54568b4e6c5f4c (diff) | |
download | linux-3.10-599e6b2e90b4c152a633a2bcd7c583b0dff9bf98.tar.gz linux-3.10-599e6b2e90b4c152a633a2bcd7c583b0dff9bf98.tar.bz2 linux-3.10-599e6b2e90b4c152a633a2bcd7c583b0dff9bf98.zip |
staging "telephony" Fix typos.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/telephony/ixj.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/telephony/ixj.c b/drivers/staging/telephony/ixj.c index fd7757ad7fa..b303c9192e1 100644 --- a/drivers/staging/telephony/ixj.c +++ b/drivers/staging/telephony/ixj.c @@ -7094,7 +7094,7 @@ static int ixj_selfprobe(IXJ *j) for (cnt = 0; cnt < 35; cnt++) j->ixj_signals[cnt] = SIGIO; - /* Set the excetion signal enable flags */ + /* Set the exception signal enable flags */ j->ex_sig.bits.dtmf_ready = j->ex_sig.bits.hookstate = j->ex_sig.bits.flash = j->ex_sig.bits.pstn_ring = j->ex_sig.bits.caller_id = j->ex_sig.bits.pstn_wink = j->ex_sig.bits.f0 = j->ex_sig.bits.f1 = j->ex_sig.bits.f2 = j->ex_sig.bits.f3 = j->ex_sig.bits.fc0 = j->ex_sig.bits.fc1 = j->ex_sig.bits.fc2 = j->ex_sig.bits.fc3 = 1; @@ -7132,7 +7132,7 @@ IXJ *ixj_pcmcia_probe(unsigned long dsp, unsigned long xilinx) return j; } -EXPORT_SYMBOL(ixj_pcmcia_probe); /* Fpr PCMCIA */ +EXPORT_SYMBOL(ixj_pcmcia_probe); /* For PCMCIA */ static int ixj_get_status_proc(char *buf) { |