diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2018-06-04 12:07:37 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-04 17:21:28 -0400 |
commit | bb38ccce887c29a3ca78b8bd105c168c811766d9 (patch) | |
tree | 5f49956c0453ad3c2d7ab9b2eaa2c9e8a7e57316 /Documentation/networking/6lowpan.txt | |
parent | f396922d862aa05b53ad740596652691a723ee23 (diff) |
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.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/6lowpan.txt b/Documentation/networking/6lowpan.txt index a7dc7e939c7a..2e5a939d7e6f 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) { |