浏览代码

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>
Kevin McKinney 12 年之前
父节点
当前提交
175c51259c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/bcm/PHSModule.c

+ 1 - 1
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)