From 8443ea2878dad1558097d5f8785a2b73dca7df7c Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 19 Apr 2010 19:13:32 +0000 Subject: typos, mostly unkown git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8539 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/xpp/card_bri.c | 2 +- drivers/dahdi/xpp/card_global.c | 4 ++-- drivers/dahdi/xpp/card_pri.c | 4 ++-- drivers/dahdi/xpp/xpp_debug | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'drivers/dahdi/xpp') diff --git a/drivers/dahdi/xpp/card_bri.c b/drivers/dahdi/xpp/card_bri.c index 4aff208..15a1553 100644 --- a/drivers/dahdi/xpp/card_bri.c +++ b/drivers/dahdi/xpp/card_bri.c @@ -1719,7 +1719,7 @@ static int proc_bri_info_read(char *page, char **start, off_t off, int count, in priv->state_register.bits.v_su_info0, priv->state_register.bits.v_g2_g3); } else - len += sprintf(page + len, "Unkown\n"); + len += sprintf(page + len, "Unknown\n"); if(IS_NT(xpd)) { len += sprintf(page + len, "T1 Timer: %d\n", priv->t1); } else { diff --git a/drivers/dahdi/xpp/card_global.c b/drivers/dahdi/xpp/card_global.c index 7d60d58..f8f79b2 100644 --- a/drivers/dahdi/xpp/card_global.c +++ b/drivers/dahdi/xpp/card_global.c @@ -158,7 +158,7 @@ static int execute_chip_command(xpd_t *xpd, const int argc, char *argv[]) //XPD_DBG(REGS, xpd, "READING\n"); break; default: - XPD_ERR(xpd, "Unkown operation type '%c'\n", op); + XPD_ERR(xpd, "Unknown operation type '%c'\n", op); goto out; } addr_mode = argv[argno][1]; @@ -187,7 +187,7 @@ static int execute_chip_command(xpd_t *xpd, const int argc, char *argv[]) //XPD_DBG(REGS, xpd, "Multibyte (%c)\n", addr_mode); break; default: - XPD_ERR(xpd, "Unkown addressing type '%c'\n", addr_mode); + XPD_ERR(xpd, "Unknown addressing type '%c'\n", addr_mode); goto out; } if(argv[argno][2] != '\0') { diff --git a/drivers/dahdi/xpp/card_pri.c b/drivers/dahdi/xpp/card_pri.c index 5ee9f22..b3c9f8a 100644 --- a/drivers/dahdi/xpp/card_pri.c +++ b/drivers/dahdi/xpp/card_pri.c @@ -101,7 +101,7 @@ enum pri_protocol { static const char *pri_protocol_name(enum pri_protocol pri_protocol) { static const char *protocol_names[] = { - [PRI_PROTO_0] = "??", /* unkown */ + [PRI_PROTO_0] = "??", /* unknown */ [PRI_PROTO_E1] = "E1", [PRI_PROTO_T1] = "T1", [PRI_PROTO_J1] = "J1" @@ -1766,7 +1766,7 @@ static void PRI_card_pcm_fromspan(xbus_t *xbus, xpd_t *xpd, xpacket_t *pack) spin_unlock_irqrestore(&xpd->lock, flags); } -/*! Copy PCM chunks from the packet we recieved to the xpd struct. +/*! Copy PCM chunks from the packet we received to the xpd struct. * \param xbus xbus of target xpd. * \param xpd target xpd. * \param pack Source packet. diff --git a/drivers/dahdi/xpp/xpp_debug b/drivers/dahdi/xpp/xpp_debug index a3b7047..e7fc0da 100755 --- a/drivers/dahdi/xpp/xpp_debug +++ b/drivers/dahdi/xpp/xpp_debug @@ -82,7 +82,7 @@ calc_debug() { let j++ done if [ "$found" -eq 0 ]; then - echo >&2 "$0: Unkown debug flag '$wanted'" + echo >&2 "$0: Unknown debug flag '$wanted'" exit 1 fi done @@ -98,7 +98,7 @@ module="$1" shift if ! echo "$modules" | grep -w "$module" > /dev/null; then - echo >&2 "$0: Unkown module $module" + echo >&2 "$0: Unknown module $module" exit 1 fi -- cgit v1.2.3