diff options
author | Kevin McKinney <klmckinney1@gmail.com> | 2013-02-20 23:25:30 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-11 09:16:35 -0700 |
commit | 175c51259cbb56e03e620f8ddfd95b8b62427eea (patch) | |
tree | 515b92069df1a0f4f2f50da5f73ca9f8a50c07b0 /drivers/staging/bcm | |
parent | 14b3a406783371610985b84357223c237f33ade9 (diff) |
Staging: bcm: Fix spelling error in PHSModule.c
This patch fixes a spelling error in PHSModule.c
Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm')
-rw-r--r-- | drivers/staging/bcm/PHSModule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/PHSModule.c b/drivers/staging/bcm/PHSModule.c index 48377839dc08..af5d22faa7f0 100644 --- a/drivers/staging/bcm/PHSModule.c +++ b/drivers/staging/bcm/PHSModule.c @@ -264,7 +264,7 @@ void DumpFullPacket(UCHAR *pBuf, UINT nPktLen) * pPhsdeviceExtension - ptr to Device extension containing PHS Classifier rules and PHS Rules , RX, TX buffer etc * * Returns: - * TRUE(1) -If allocation of memory was success full. + * TRUE(1) -If allocation of memory was successful. * FALSE -If allocation of memory fails. */ int phs_init(struct bcm_phs_extension *pPhsdeviceExtension, struct bcm_mini_adapter *Adapter) |