aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Debug.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-06-23 11:40:18 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-06-28 14:54:17 -0700
commitceeb6fec707e88adc2d8faa65a67df8451d02f63 (patch)
tree6467bc98314bea00fe564e5e20bc574966cf62dd /drivers/staging/bcm/Debug.h
parentiio: light sensor: Add SMBUS support to the tsl2563 driver. (diff)
downloadlinux-dev-ceeb6fec707e88adc2d8faa65a67df8451d02f63.tar.xz
linux-dev-ceeb6fec707e88adc2d8faa65a67df8451d02f63.zip
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 3138729cf34f..420382d1cacf 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)