linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ath6kl: fix spelling mistake: "Indicat" -> "Indicate"
@ 2017-06-04 16:36 Colin King
  2017-06-04 19:44 ` typos in the tree Joe Perches
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Colin King @ 2017-06-04 16:36 UTC (permalink / raw)
  To: Kalle Valo, linux-wireless, netdev; +Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in ath6kl_dbg debug message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/wireless/ath/ath6kl/htc_pipe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath6kl/htc_pipe.c b/drivers/net/wireless/ath/ath6kl/htc_pipe.c
index d127a08d60df..d4fd9e40fffb 100644
--- a/drivers/net/wireless/ath/ath6kl/htc_pipe.c
+++ b/drivers/net/wireless/ath/ath6kl/htc_pipe.c
@@ -383,7 +383,7 @@ static enum htc_send_queue_result htc_try_send(struct htc_target *target,
 			list_for_each_entry_safe(packet, tmp_pkt,
 						 txq, list) {
 				ath6kl_dbg(ATH6KL_DBG_HTC,
-					   "%s: Indicat overflowed TX pkts: %p\n",
+					   "%s: Indicate overflowed TX pkts: %p\n",
 					   __func__, packet);
 				action = ep->ep_cb.tx_full(ep->target, packet);
 				if (action == HTC_SEND_FULL_DROP) {
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* typos in the tree
  2017-06-04 16:36 [PATCH] ath6kl: fix spelling mistake: "Indicat" -> "Indicate" Colin King
@ 2017-06-04 19:44 ` Joe Perches
  2017-06-05  0:47 ` [PATCH] ath6kl: fix spelling mistake: "Indicat" -> "Indicate" Steve deRosier
  2017-06-16  6:57 ` Kalle Valo
  2 siblings, 0 replies; 4+ messages in thread
From: Joe Perches @ 2017-06-04 19:44 UTC (permalink / raw)
  To: Colin King; +Cc: linux-kernel

Just fyi, these are the most common typos that checkpatch shows
for linux-next as of 5/9

    121 prefered
    117 acknowledgement
    103 informations
     90 occured
     67 endianess
     60 Interrup
     53 transfered
     49 preemptable
     47 struc
     44 commited
     43 childs
     42 overriden
     41 capabilites
     37 sucess
     35 splitted
     34 programm
     32 calle
     32 adress
     30 alow
     28 paramaters
     27 specfic
     27 interupt
     26 timout
     25 specifc
     25 ment
     25 dependant
     25 accomodate
     23 seperate
     23 continous
     23 beeing
     22 wether
     22 ouput
     22 Acknowledgement
     21 retrive
     21 avaiable
     20 orignal
     20 defintion
     19 reseting
     19 alignement
     18 managment
     18 defintions
     17 syncronized
     17 singal
     17 paramters
     17 actived
     16 offet
     16 lenght
     16 immediatly
     16 explict
     16 explicitely
     15 Regsiter
     15 lengh
     15 completition
     15 cacluated
     14 tranfer
     14 paramter
     14 hander
     14 auxillary
     13 ture
     13 seperately
     13 ressources
     13 reqeust
     13 removeable
     13 releated
     13 recieved
     13 funtions
     13 existant
     12 targetting
     12 preceeding
     12 Optionnal
     12 interrup
     12 inteface
     12 controled
     12 contoller
     12 Auxillary
     12 aLow
     11 writting
     11 treshold
     11 threshhold
     11 segement
     11 pathes
     11 initalized
     11 doesnt
     11 convertor
     10 upate
     10 udpate
     10 specifed
     10 privilaged
     10 paramater
     10 mutiple
     10 mergable
     10 maxium
     10 interrups
     10 harware
     10 halfs
     10 defult

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ath6kl: fix spelling mistake: "Indicat" -> "Indicate"
  2017-06-04 16:36 [PATCH] ath6kl: fix spelling mistake: "Indicat" -> "Indicate" Colin King
  2017-06-04 19:44 ` typos in the tree Joe Perches
@ 2017-06-05  0:47 ` Steve deRosier
  2017-06-16  6:57 ` Kalle Valo
  2 siblings, 0 replies; 4+ messages in thread
From: Steve deRosier @ 2017-06-05  0:47 UTC (permalink / raw)
  To: Colin King; +Cc: Kalle Valo, linux-wireless, netdev, linux-kernel

On Sun, Jun 4, 2017 at 9:36 AM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in ath6kl_dbg debug message
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/net/wireless/ath/ath6kl/htc_pipe.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/wireless/ath/ath6kl/htc_pipe.c b/drivers/net/wireless/ath/ath6kl/htc_pipe.c
> index d127a08d60df..d4fd9e40fffb 100644
> --- a/drivers/net/wireless/ath/ath6kl/htc_pipe.c
> +++ b/drivers/net/wireless/ath/ath6kl/htc_pipe.c
> @@ -383,7 +383,7 @@ static enum htc_send_queue_result htc_try_send(struct htc_target *target,
>                         list_for_each_entry_safe(packet, tmp_pkt,
>                                                  txq, list) {
>                                 ath6kl_dbg(ATH6KL_DBG_HTC,
> -                                          "%s: Indicat overflowed TX pkts: %p\n",
> +                                          "%s: Indicate overflowed TX pkts: %p\n",
>                                            __func__, packet);
>                                 action = ep->ep_cb.tx_full(ep->target, packet);
>                                 if (action == HTC_SEND_FULL_DROP) {
> --
> 2.11.0
>

Looks good to me.

Reviewed-by: Steve deRosier <derosier@gmail.com>

- Steve

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ath6kl: fix spelling mistake: "Indicat" -> "Indicate"
  2017-06-04 16:36 [PATCH] ath6kl: fix spelling mistake: "Indicat" -> "Indicate" Colin King
  2017-06-04 19:44 ` typos in the tree Joe Perches
  2017-06-05  0:47 ` [PATCH] ath6kl: fix spelling mistake: "Indicat" -> "Indicate" Steve deRosier
@ 2017-06-16  6:57 ` Kalle Valo
  2 siblings, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2017-06-16  6:57 UTC (permalink / raw)
  To: Colin Ian King; +Cc: linux-wireless, netdev, linux-kernel

Colin Ian King <colin.king@canonical.com> wrote:

> Trivial fix to spelling mistake in ath6kl_dbg debug message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> Reviewed-by: Steve deRosier <derosier@gmail.com>
> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>

Patch applied to ath-next branch of ath.git, thanks.

fe611d047e45 ath6kl: fix spelling mistake: "Indicat" -> "Indicate"

-- 
https://patchwork.kernel.org/patch/9765045/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-16  6:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-04 16:36 [PATCH] ath6kl: fix spelling mistake: "Indicat" -> "Indicate" Colin King
2017-06-04 19:44 ` typos in the tree Joe Perches
2017-06-05  0:47 ` [PATCH] ath6kl: fix spelling mistake: "Indicat" -> "Indicate" Steve deRosier
2017-06-16  6:57 ` Kalle Valo

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).