2015-11-17 16:12:09

by Masanari Iida

[permalink] [raw]
Subject: [PATCH] Doc: networking: 6lowpan: Fix typo in 6lowpan.txt

This patch fix spelling typos in 6lowpan.txt

Signed-off-by: Masanari Iida <[email protected]>
---
Documentation/networking/6lowpan.txt | 4 ++--
1 file 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) {
--
2.6.3.368.gf34be46


2015-11-17 17:13:49

by Albino B Neto

[permalink] [raw]
Subject: Re: [PATCH] Doc: networking: 6lowpan: Fix typo in 6lowpan.txt

2015-11-17 14:12 GMT-02:00 Masanari Iida <[email protected]>:
> This patch fix spelling typos in 6lowpan.txt

Sorry, I not saw change.

Albino