Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1271372 > unrolled thread
| Started by | Masanari Iida <standby24x7@gmail.com> |
|---|---|
| First post | 2015-11-17 17:20 +0100 |
| Last post | 2015-11-17 18:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] Doc: networking: 6lowpan: Fix typo in 6lowpan.txt Masanari Iida <standby24x7@gmail.com> - 2015-11-17 17:20 +0100
Re: [PATCH] Doc: networking: 6lowpan: Fix typo in 6lowpan.txt Albino B Neto <bino@bino.us> - 2015-11-17 18:20 +0100
| From | Masanari Iida <standby24x7@gmail.com> |
|---|---|
| Date | 2015-11-17 17:20 +0100 |
| Subject | [PATCH] Doc: networking: 6lowpan: Fix typo in 6lowpan.txt |
| Message-ID | <qvR97-7kN-11@gated-at.bofh.it> |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Albino B Neto <bino@bino.us> |
|---|---|
| Date | 2015-11-17 18:20 +0100 |
| Message-ID | <qvS5b-7Xf-5@gated-at.bofh.it> |
| In reply to | #1271372 |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web