Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kevin McKinney and committed by
Greg Kroah-Hartman
175c5125 14b3a406

+1 -1
+1 -1
drivers/staging/bcm/PHSModule.c
··· 264 264 * pPhsdeviceExtension - ptr to Device extension containing PHS Classifier rules and PHS Rules , RX, TX buffer etc 265 265 * 266 266 * Returns: 267 - * TRUE(1) -If allocation of memory was success full. 267 + * TRUE(1) -If allocation of memory was successful. 268 268 * FALSE -If allocation of memory fails. 269 269 */ 270 270 int phs_init(struct bcm_phs_extension *pPhsdeviceExtension, struct bcm_mini_adapter *Adapter)