aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/bcm/PHSModule.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/PHSModule.h
parentd9b42c01ae8d17fdf8d910a4255d18ed2ac22f90 (diff)
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/PHSModule.h')
-rw-r--r--drivers/staging/bcm/PHSModule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/PHSModule.h b/drivers/staging/bcm/PHSModule.h
index 0dd05a7c55d..c629585d0a8 100644
--- a/drivers/staging/bcm/PHSModule.h
+++ b/drivers/staging/bcm/PHSModule.h
@@ -9,7 +9,7 @@ int PHSTransmit(PMINI_ADAPTER Adapter,
PUINT PacketLen,
UCHAR bEthCSSupport);
-int PHSRecieve(PMINI_ADAPTER Adapter,
+int PHSReceive(PMINI_ADAPTER Adapter,
USHORT usVcid,
struct sk_buff *packet,
UINT *punPacketLen,