From: Randy Dunlap <rdunlap@infradead.org>
To: Masanari Iida <standby24x7@gmail.com>,
trivial@kernel.org, linux-kenrel@vger.kernel.org,
netdev@vger.kernel.org
Subject: Re: [PATCH] [trivial]doc:net: Fix typo in Documentation/networking
Date: Wed, 30 Oct 2013 11:22:31 -0700 [thread overview]
Message-ID: <52714E67.50902@infradead.org> (raw)
In-Reply-To: <1383119175-1963-1-git-send-email-standby24x7@gmail.com>
On 10/30/13 00:46, Masanari Iida wrote:
> Correct spelling typo in Documentation/networking
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
> Documentation/networking/dccp.txt | 4 ++--
> Documentation/networking/e100.txt | 2 +-
> Documentation/networking/ieee802154.txt | 4 ++--
> Documentation/networking/l2tp.txt | 2 +-
> Documentation/networking/netdev-FAQ.txt | 2 +-
> Documentation/networking/netlink_mmap.txt | 6 +++---
> Documentation/networking/operstates.txt | 2 +-
> Documentation/networking/rxrpc.txt | 2 +-
> Documentation/networking/stmmac.txt | 8 ++++----
> Documentation/networking/vortex.txt | 4 ++--
> Documentation/networking/x25-iface.txt | 2 +-
> 11 files changed, 19 insertions(+), 19 deletions(-)
> diff --git a/Documentation/networking/ieee802154.txt b/Documentation/networking/ieee802154.txt
> index 09eb573..98c8b2b 100644
> --- a/Documentation/networking/ieee802154.txt
> +++ b/Documentation/networking/ieee802154.txt
> @@ -66,7 +66,7 @@ net_device, with .type = ARPHRD_IEEE802154. Data is exchanged with socket family
> code via plain sk_buffs. On skb reception skb->cb must contain additional
> info as described in the struct ieee802154_mac_cb. During packet transmission
> the skb->cb is used to provide additional data to device's header_ops->create
> -function. Be aware, that this data can be overriden later (when socket code
> +function. Be aware, that this data can be overridden later (when socket code
fwiw, I would drop the comma above...
> submits skb to qdisc), so if you need something from that cb later, you should
> store info in the skb->data on your own.
>
> diff --git a/Documentation/networking/operstates.txt b/Documentation/networking/operstates.txt
> index 9769457..c40f4bb 100644
> --- a/Documentation/networking/operstates.txt
> +++ b/Documentation/networking/operstates.txt
> @@ -89,7 +89,7 @@ packets. The name 'carrier' and the inversion are historical, think of
> it as lower layer.
>
> Note that for certain kind of soft-devices, which are not managing any
> -real hardware, there is possible to set this bit from userpsace.
> +real hardware, there is possible to set this bit from userspace.
it is possible
> One should use TVL IFLA_CARRIER to do so.
>
> netif_carrier_ok() can be used to query that bit.
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
--
~Randy
next prev parent reply other threads:[~2013-10-30 18:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-30 7:46 [PATCH] [trivial]doc:net: Fix typo in Documentation/networking Masanari Iida
2013-10-30 18:22 ` Randy Dunlap [this message]
2013-10-30 21:11 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52714E67.50902@infradead.org \
--to=rdunlap@infradead.org \
--cc=linux-kenrel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=standby24x7@gmail.com \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).