On 27 October 2012 15:53, Masanari Iida <[email protected]> wrote:
> Correct spelling typo in trace message.
>
> Signed-off-by: Masanari Iida <[email protected]>
> ---
>  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
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to