* [PATCH] Doc: networking: 6lowpan: Fix typo in 6lowpan.txt
@ 2015-11-17 16:12 Masanari Iida
2015-11-17 17:13 ` Albino B Neto
0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2015-11-17 16:12 UTC (permalink / raw)
To: corbet, linux-kernel, alex.aring, marcel, davem, netdev; +Cc: Masanari Iida
This patch fix spelling typos in 6lowpan.txt
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Doc: networking: 6lowpan: Fix typo in 6lowpan.txt
2015-11-17 16:12 [PATCH] Doc: networking: 6lowpan: Fix typo in 6lowpan.txt Masanari Iida
@ 2015-11-17 17:13 ` Albino B Neto
0 siblings, 0 replies; 2+ messages in thread
From: Albino B Neto @ 2015-11-17 17:13 UTC (permalink / raw)
To: Masanari Iida; +Cc: corbet, LKML, alex.aring, marcel, davem, netdev
2015-11-17 14:12 GMT-02:00 Masanari Iida <standby24x7@gmail.com>:
> This patch fix spelling typos in 6lowpan.txt
Sorry, I not saw change.
Albino
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-17 17:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-17 16:12 [PATCH] Doc: networking: 6lowpan: Fix typo in 6lowpan.txt Masanari Iida
2015-11-17 17:13 ` Albino B Neto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox