From: Kalle Valo <kvalo@codeaurora.org>
To: ath11k@lists.infradead.org
Subject: [PATCH] ath11k: change remaining UTF-8 characters to ASCII
Date: Tue, 20 Aug 2019 11:44:52 +0300 [thread overview]
Message-ID: <1566290692-5129-1-git-send-email-kvalo@codeaurora.org> (raw)
While testing git send-email it reported that there are few UTF-8 characters in
the comments, which is unnecessary. Change those to ASCII to keep things simpler.
No functional changes.
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
---
drivers/net/wireless/ath/ath11k/hal.h | 10 +++++-----
drivers/net/wireless/ath/ath11k/rx_desc.h | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/net/wireless/ath/ath11k/hal.h b/drivers/net/wireless/ath/ath11k/hal.h
index c80b068f0baf..8f1d2b359f50 100644
--- a/drivers/net/wireless/ath/ath11k/hal.h
+++ b/drivers/net/wireless/ath/ath11k/hal.h
@@ -505,10 +505,10 @@ struct hal_srng {
/* Size of ring entry */
u32 entry_size;
- /* Interrupt timer threshold – in micro seconds */
+ /* Interrupt timer threshold - in micro seconds */
u32 intr_timer_thres_us;
- /* Interrupt batch counter threshold – in number of ring entries */
+ /* Interrupt batch counter threshold - in number of ring entries */
u32 intr_batch_cntr_thres_entries;
/* MSI Address */
@@ -543,7 +543,7 @@ struct hal_srng {
/* Cached head pointer */
u32 cached_hp;
- /* Tail pointer location to be updated by SW – This
+ /* Tail pointer location to be updated by SW - This
* will be a register address and need not be
* accessed through SW structure
*/
@@ -569,13 +569,13 @@ struct hal_srng {
/* Cached tail pointer */
u32 cached_tp;
- /* Head pointer location to be updated by SW – This
+ /* Head pointer location to be updated by SW - This
* will be a register address and need not be accessed
* through SW structure
*/
u32 *hp_addr;
- /* Low threshold – in number of ring entries */
+ /* Low threshold - in number of ring entries */
u32 low_threshold;
} src_ring;
} u;
diff --git a/drivers/net/wireless/ath/ath11k/rx_desc.h b/drivers/net/wireless/ath/ath11k/rx_desc.h
index 3bc2bbe967b0..9be97c4958e0 100644
--- a/drivers/net/wireless/ath/ath11k/rx_desc.h
+++ b/drivers/net/wireless/ath/ath11k/rx_desc.h
@@ -721,7 +721,7 @@ struct rx_msdu_start {
* if either ipv4_proto or ipv6_proto is set to 1) or indicates
* the offset in bytes to the start of TCP or UDP header from
* the start of the IP header after decapsulation (Only valid if
- * tcp_proto or udp_proto is set). The value 0 indicates that
+ * tcp_proto or udp_proto is set). The value 0 indicates that
* the offset is longer than 127 bytes.
*
* msdu_number
--
2.7.4
_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k
next reply other threads:[~2019-08-20 8:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-20 8:44 Kalle Valo [this message]
2019-08-20 10:07 ` [PATCH] ath11k: change remaining UTF-8 characters to ASCII Kalle Valo
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=1566290692-5129-1-git-send-email-kvalo@codeaurora.org \
--to=kvalo@codeaurora.org \
--cc=ath11k@lists.infradead.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