aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/digi.h
diff options
context:
space:
mode:
authorWalt Feasel <waltfeasel@gmail.com>2016-11-19 11:47:41 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-21 11:10:56 +0100
commit4f9f6927851e66614f87529d22c57b42b7af60d1 (patch)
treec88e2088f04a3ae56600db86e07992805aae6ba2 /drivers/staging/dgnc/digi.h
parentstaging: dgnc: digi.h Comment style modifications (diff)
downloadlinux-dev-4f9f6927851e66614f87529d22c57b42b7af60d1.tar.xz
linux-dev-4f9f6927851e66614f87529d22c57b42b7af60d1.zip
staging: dgnc: digi.h Spelling correction
Make spelling correction for 'regular' Signed-off-by: Walt Feasel <waltfeasel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgnc/digi.h')
-rw-r--r--drivers/staging/dgnc/digi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/dgnc/digi.h b/drivers/staging/dgnc/digi.h
index 6b819e23445e..ec2e3dda6119 100644
--- a/drivers/staging/dgnc/digi.h
+++ b/drivers/staging/dgnc/digi.h
@@ -138,7 +138,7 @@ struct digi_getcounter {
#define DIGI_REALPORT_GETEVENTS (('e' << 8) | 111)
#define EV_OPU 0x0001 /* !<Output paused by client */
-#define EV_OPS 0x0002 /* !<Output paused by reqular sw flowctrl */
+#define EV_OPS 0x0002 /* !<Output paused by regular sw flowctrl */
#define EV_IPU 0x0010 /* !<Input paused unconditionally by user */
#define EV_IPS 0x0020 /* !<Input paused by high/low water marks */
#define EV_TXB 0x0040 /* !<Transmit break pending */