aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2011-02-26 23:34:02 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-28 22:00:29 -0500
commita0fe6029bce5ca2f1e7bcc8e248be1b3d2a2f6f4 (patch)
treebcbdd2c0669f68106197c20cb1c119739e0b2f4e
parent979cdcc90b5d4934e66cc7d7119cae949776d8bc (diff)
drivers:staging:bcm:CmHost.c Remove one to many n's in a word.
The Patch below removes one to many "n's" in a word.. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> CC: Greg Kroah-Hartman <gregkh@suse.de> CC: Stephen Hemminger <shemminger@vyatta.com> CC: devel@driverdev.osuosl.org Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/bcm/CmHost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/CmHost.c b/drivers/staging/bcm/CmHost.c
index 5ac45820d56..017b4717b25 100644
--- a/drivers/staging/bcm/CmHost.c
+++ b/drivers/staging/bcm/CmHost.c
@@ -1,6 +1,6 @@
1/************************************************************ 1/************************************************************
2* CMHOST.C 2* CMHOST.C
3* This file contains the routines for handling Connnection 3* This file contains the routines for handling Connection
4* Management. 4* Management.
5************************************************************/ 5************************************************************/
6 6