diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-02-27 04:34:02 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-03-01 03:00:29 (GMT) |
commit | a0fe6029bce5ca2f1e7bcc8e248be1b3d2a2f6f4 (patch) | |
tree | bcbdd2c0669f68106197c20cb1c119739e0b2f4e /drivers | |
parent | 979cdcc90b5d4934e66cc7d7119cae949776d8bc (diff) | |
download | linux-a0fe6029bce5ca2f1e7bcc8e248be1b3d2a2f6f4.tar.xz |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/bcm/CmHost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/CmHost.c b/drivers/staging/bcm/CmHost.c index 5ac4582..017b471 100644 --- a/drivers/staging/bcm/CmHost.c +++ b/drivers/staging/bcm/CmHost.c @@ -1,6 +1,6 @@ /************************************************************ * CMHOST.C -* This file contains the routines for handling Connnection +* This file contains the routines for handling Connection * Management. ************************************************************/ |