aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorGilles Espinasse <g.esp@free.fr>2011-01-09 02:59:49 -0500
committerJiri Kosina <jkosina@suse.cz>2011-02-17 10:30:10 -0500
commit177b241d0ed7154417d3510695c6d14107591e80 (patch)
tree48d49d029d3486f76cbf202a24c05f3f2b57e1ed /drivers/net
parent689bca3bbccd41be7b256e2227ff2fd0d7aed4ee (diff)
kbuild, mtd, net: a few comment typo fixes and rewording
Signed-off-by: Gilles Espinasse <g.esp@free.fr> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/qla3xxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/qla3xxx.c b/drivers/net/qla3xxx.c
index 1a3584edd79..42fbf42ebee 100644
--- a/drivers/net/qla3xxx.c
+++ b/drivers/net/qla3xxx.c
@@ -2460,7 +2460,7 @@ map_error:
2460 * The 3032 supports sglists by using the 3 addr/len pairs (ALP) 2460 * The 3032 supports sglists by using the 3 addr/len pairs (ALP)
2461 * in the IOCB plus a chain of outbound address lists (OAL) that 2461 * in the IOCB plus a chain of outbound address lists (OAL) that
2462 * each contain 5 ALPs. The last ALP of the IOCB (3rd) or OAL (5th) 2462 * each contain 5 ALPs. The last ALP of the IOCB (3rd) or OAL (5th)
2463 * will used to point to an OAL when more ALP entries are required. 2463 * will be used to point to an OAL when more ALP entries are required.
2464 * The IOCB is always the top of the chain followed by one or more 2464 * The IOCB is always the top of the chain followed by one or more
2465 * OALs (when necessary). 2465 * OALs (when necessary).
2466 */ 2466 */