]> Pileus Git - ~andy/linux/commitdiff
Staging: bcm: Fix spelling error in PHSModule.c
authorKevin McKinney <klmckinney1@gmail.com>
Thu, 21 Feb 2013 04:25:30 +0000 (23:25 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Mar 2013 16:16:35 +0000 (09:16 -0700)
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>
drivers/staging/bcm/PHSModule.c

index 48377839dc08ac21a7fadb4e9a27903c7a62bcf0..af5d22faa7f03c5a787d0cb054d8f5c50f2143a8 100644 (file)
@@ -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)