summaryrefslogtreecommitdiffstats
path: root/Documentation/networking/6lowpan.txt
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2018-06-04 12:07:37 +0200
committerDavid S. Miller <davem@davemloft.net>2018-06-04 17:21:28 -0400
commitbb38ccce887c29a3ca78b8bd105c168c811766d9 (patch)
tree5f49956c0453ad3c2d7ab9b2eaa2c9e8a7e57316 /Documentation/networking/6lowpan.txt
parentf396922d862aa05b53ad740596652691a723ee23 (diff)
downloadop-kernel-dev-bb38ccce887c29a3ca78b8bd105c168c811766d9.zip
op-kernel-dev-bb38ccce887c29a3ca78b8bd105c168c811766d9.tar.gz
docs: networking: fix minor typos in various documentation files
This patch fixes some typos/misspelling errors in the Documentation/networking files. Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/6lowpan.txt')
-rw-r--r--Documentation/networking/6lowpan.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/6lowpan.txt b/Documentation/networking/6lowpan.txt
index a7dc7e9..2e5a939 100644
--- a/Documentation/networking/6lowpan.txt
+++ b/Documentation/networking/6lowpan.txt
@@ -24,10 +24,10 @@ enum lowpan_lltypes.
Example to evaluate the private usually you can do:
-static inline sturct lowpan_priv_foobar *
+static inline struct lowpan_priv_foobar *
lowpan_foobar_priv(struct net_device *dev)
{
- return (sturct lowpan_priv_foobar *)lowpan_priv(dev)->priv;
+ return (struct lowpan_priv_foobar *)lowpan_priv(dev)->priv;
}
switch (dev->type) {
OpenPOWER on IntegriCloud