Commit c15e7f07 authored by R Veera Kumar's avatar R Veera Kumar Committed by Greg Kroah-Hartman

staging: rtl8712: Fixes for simple typos in C comments

Fixes for simple typos in C comments.
Found using checkpatch.pl.
Signed-off-by: default avatarR Veera Kumar <vkor@vkten.in>
Link: https://lore.kernel.org/r/20200312091042.GA4246@tulip.localSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6e436169
...@@ -478,7 +478,7 @@ struct drvint_cmd_parm { ...@@ -478,7 +478,7 @@ struct drvint_cmd_parm {
unsigned char *pbuf; unsigned char *pbuf;
}; };
/*------------------- Below are used for RF/BB tunning ---------------------*/ /*------------------- Below are used for RF/BB tuning ---------------------*/
struct setantenna_parm { struct setantenna_parm {
u8 tx_antset; u8 tx_antset;
......
...@@ -53,7 +53,7 @@ struct rx_pkt_attrib { ...@@ -53,7 +53,7 @@ struct rx_pkt_attrib {
u8 privacy; /* in frame_ctrl field */ u8 privacy; /* in frame_ctrl field */
u8 bdecrypted; u8 bdecrypted;
int hdrlen; /* the WLAN Header Len */ int hdrlen; /* the WLAN Header Len */
int encrypt; /* 0 no encrypt. != 0 encrypt algorith */ int encrypt; /* 0 no encrypt. != 0 encrypt algorithm */
int iv_len; int iv_len;
int icv_len; int icv_len;
int priority; int priority;
...@@ -105,7 +105,7 @@ struct recv_priv { ...@@ -105,7 +105,7 @@ struct recv_priv {
u8 *precv_buf; /* 4 alignment */ u8 *precv_buf; /* 4 alignment */
struct __queue free_recv_buf_queue; struct __queue free_recv_buf_queue;
u32 free_recv_buf_queue_cnt; u32 free_recv_buf_queue_cnt;
/* For the phy informatiom */ /* For the phy information */
s8 rssi; s8 rssi;
u8 signal; u8 signal;
u8 noise; u8 noise;
......
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