From 8d880408285a707a844c09a7fbdc76a56cc84614 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Wed, 1 Sep 2010 15:46:27 +0000 Subject: dahdi: A couple of trivial spelling changes. Signed-off-by: Shaun Ruffell git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9248 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/dahdi-base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers') diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c index b19774a..bcbea70 100644 --- a/drivers/dahdi/dahdi-base.c +++ b/drivers/dahdi/dahdi-base.c @@ -5135,7 +5135,7 @@ dahdi_chanandpseudo_ioctl(struct file *file, unsigned int cmd, spin_unlock(&chan->lock); spin_unlock_irqrestore(&bigzaplock, flags); return(rv); - case DAHDI_CONFDIAG_V1: /* Intention fall-through */ + case DAHDI_CONFDIAG_V1: /* Intentional fall-through */ case DAHDI_CONFDIAG: /* output diagnostic info to console */ if (!(chan->flags & DAHDI_FLAG_AUDIO)) return (-EINVAL); get_user(j, (int __user *)data); /* get conf # */ @@ -5936,7 +5936,7 @@ static long dahdi_ioctl_compat(struct file *file, unsigned int cmd, /** * dahdi_register() - unregister a new DAHDI span * @span: the DAHDI span - * @prefmaster: will the new span be preffered as a master? + * @prefmaster: will the new span be preferred as a master? * * Registers a span for usage with DAHDI. All the channel numbers in it * will get the lowest available channel numbers. -- cgit v1.2.3