summaryrefslogtreecommitdiff
path: root/drivers/staging/speakup/speakup_decpc.c
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2012-07-09 14:30:27 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-09 20:06:21 (GMT)
commit83414d528d2f97d6574c14afb892879c11bbcc7c (patch)
tree6d89a51a8c828ba3df497514c255eec02eabb647 /drivers/staging/speakup/speakup_decpc.c
parent4b733a1b0f7b83caef204b1d3cbee2c85b00a055 (diff)
downloadlinux-fsl-qoriq-83414d528d2f97d6574c14afb892879c11bbcc7c.tar.xz
staging "speakup" Fix typos.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/speakup/speakup_decpc.c')
-rw-r--r--drivers/staging/speakup/speakup_decpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/speakup/speakup_decpc.c b/drivers/staging/speakup/speakup_decpc.c
index de25527..a09a0c9 100644
--- a/drivers/staging/speakup/speakup_decpc.c
+++ b/drivers/staging/speakup/speakup_decpc.c
@@ -66,7 +66,7 @@
#define CMD_null 0x0000 /* post status */
#define CMD_control 0x1000 /* hard control command */
#define CTRL_mask 0x0F00 /* mask off control nibble */
-#define CTRL_data 0x00FF /* madk to get data byte */
+#define CTRL_data 0x00FF /* mask to get data byte */
#define CTRL_null 0x0000 /* null control */
#define CTRL_vol_up 0x0100 /* increase volume */
#define CTRL_vol_down 0x0200 /* decrease volume */