Commit 8e4a4f5d authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jiri Kosina

ath10k: Improve grammar in comments

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@linux-m68k.org>
Cc: John W. Linville <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 4d767759
...@@ -1265,7 +1265,7 @@ struct wmi_resource_config { ...@@ -1265,7 +1265,7 @@ struct wmi_resource_config {
*/ */
__le32 rx_decap_mode; __le32 rx_decap_mode;
/* what is the maximum scan requests than can be queued */ /* what is the maximum number of scan requests that can be queued */
__le32 scan_max_pending_reqs; __le32 scan_max_pending_reqs;
/* maximum VDEV that could use BMISS offload */ /* maximum VDEV that could use BMISS offload */
...@@ -1450,7 +1450,7 @@ struct wmi_resource_config_10x { ...@@ -1450,7 +1450,7 @@ struct wmi_resource_config_10x {
*/ */
__le32 rx_decap_mode; __le32 rx_decap_mode;
/* what is the maximum scan requests than can be queued */ /* what is the maximum number of scan requests that can be queued */
__le32 scan_max_pending_reqs; __le32 scan_max_pending_reqs;
/* maximum VDEV that could use BMISS offload */ /* maximum VDEV that could use BMISS offload */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment