diff mbox

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

Message ID 20170604163608.24894-1-colin.king@canonical.com (mailing list archive)
State Accepted
Commit fe611d047e454123a8e2364d86fffb2820b2a7d8
Delegated to: Kalle Valo
Headers show

Commit Message

Colin King June 4, 2017, 4:36 p.m. UTC
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(-)

Comments

Steve deRosier June 5, 2017, 12:47 a.m. UTC | #1
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
Kalle Valo June 16, 2017, 6:57 a.m. UTC | #2
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"
diff mbox

Patch

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