[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANK3SE2BrcMAy1ikgHE7hX2k38qHfP6GqYY5XNJUMH3Zz3hLKQ@mail.gmail.com>
Date: Sat, 27 Oct 2012 18:06:54 +0100
From: Mark Einon <mark.einon@...il.com>
To: Masanari Iida <standby24x7@...il.com>
Cc: gregkh@...uxfoundation.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: csr: Fix typo in csr/netdev.c
On 27 October 2012 15:53, Masanari Iida <standby24x7@...il.com> wrote:
> Correct spelling typo in trace message.
>
> Signed-off-by: Masanari Iida <standby24x7@...il.com>
> ---
> drivers/staging/csr/netdev.c | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/drivers/staging/csr/netdev.c b/drivers/staging/csr/netdev.c
> index 0e34020..878c3df 100644
> --- a/drivers/staging/csr/netdev.c
> +++ b/drivers/staging/csr/netdev.c
> @@ -100,7 +100,7 @@
> #endif /* LINUX_VERSION_CODE */
>
>
> -/* Wext handler is suported only if CSR_SUPPORT_WEXT is defined */
> +/* Wext handler is supported only if CSR_SUPPORT_WEXT is defined */
> #ifdef CSR_SUPPORT_WEXT
> extern struct iw_handler_def unifi_iw_handler_def;
> #endif /* CSR_SUPPORT_WEXT */
> @@ -146,7 +146,7 @@ typedef int (*tx_signal_handler)(unifi_priv_t *priv, struct sk_buff *skb, const
> /*
> * The driver uses the qdisc interface to buffer and control all
> * outgoing traffic. We create a root qdisc, register our qdisc operations
> - * and later we create two subsiduary pfifo queues for the uncontrolled
> + * and later we create two subsidiary pfifo queues for the uncontrolled
> * and controlled ports.
> *
> * The network stack delivers all outgoing packets in our enqueue handler.
> @@ -1748,7 +1748,7 @@ send_ma_pkt_request(unifi_priv_t *priv, struct sk_buff *skb, const struct ethhdr
> return -1;
> }
>
> - /* RA adrress must contain the immediate destination MAC address that is similiar to
> + /* RA adrress must contain the immediate destination MAC address that is similar to
Hi Masanari,
You've also missed the fact that 'address' is spelt incorrectly in
'RSA adrress' here.
Cheers,
Mark
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists