summaryrefslogtreecommitdiff
path: root/drivers/staging/bcm/Debug.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-06-23 18:40:18 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-06-28 21:54:17 (GMT)
commitceeb6fec707e88adc2d8faa65a67df8451d02f63 (patch)
tree6467bc98314bea00fe564e5e20bc574966cf62dd /drivers/staging/bcm/Debug.h
parentd9b42c01ae8d17fdf8d910a4255d18ed2ac22f90 (diff)
downloadlinux-fsl-qoriq-ceeb6fec707e88adc2d8faa65a67df8451d02f63.tar.xz
staging: Fix recieve/receive typos
Just spelling fixes. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/bcm/Debug.h')
-rw-r--r--drivers/staging/bcm/Debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/Debug.h b/drivers/staging/bcm/Debug.h
index 3138729..420382d 100644
--- a/drivers/staging/bcm/Debug.h
+++ b/drivers/staging/bcm/Debug.h
@@ -131,7 +131,7 @@ DriverEntry.c, bcmfwup.c, ChipDetectTask.c, HaltnReset.c, InterfaceDDR.c */
// TODO - put PHS_SEND in Tx PHS_RECEIVE in Rx path ?
#define PHS_SEND (OTHERS<<16)
-#define PHS_RECIEVE (OTHERS<<17)
+#define PHS_RECEIVE (OTHERS<<17)
#define PHS_MODULE (OTHERS<<18)
#define INTF_INIT (OTHERS<<19)