aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/wimax.h
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-09-04 23:44:36 +0900
committerDavid S. Miller <davem@davemloft.net>2014-09-05 17:35:28 -0700
commite793c0f70e9bdf4a2e71c151a1a3cf85c4db92ad (patch)
tree4e323e2418caa88fd7bcebb8f82792bcab4c4ed4 /include/net/wimax.h
parentbnx2x: Fix link problems for 1G SFP RJ45 module (diff)
downloadlinux-dev-e793c0f70e9bdf4a2e71c151a1a3cf85c4db92ad.tar.xz
linux-dev-e793c0f70e9bdf4a2e71c151a1a3cf85c4db92ad.zip
net: treewide: Fix typo found in DocBook/networking.xml
This patch fix spelling typo found in DocBook/networking.xml. It is because the neworking.xml is generated from comments in the source, I have to fix typo in comments within the source. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/wimax.h')
-rw-r--r--include/net/wimax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/wimax.h b/include/net/wimax.h
index e52ef5357e08..c52b68577cb0 100644
--- a/include/net/wimax.h
+++ b/include/net/wimax.h
@@ -290,7 +290,7 @@ struct wimax_dev;
* This operation has to be synchronous, and return only when the
* reset is complete. In case of having had to resort to bus/cold
* reset implying a device disconnection, the call is allowed to
- * return inmediately.
+ * return immediately.
* NOTE: wimax_dev->mutex is NOT locked when this op is being
* called; however, wimax_dev->mutex_reset IS locked to ensure
* serialization of calls to wimax_reset().