staging: rtl8712: Fixes for simple typos in C comments

Fixes for simple typos in C comments.
Found using checkpatch.pl.

Signed-off-by: R Veera Kumar <vkor@vkten.in>
Link: https://lore.kernel.org/r/20200312091042.GA4246@tulip.local
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
R Veera Kumar 2020-03-12 14:40:48 +05:30 committed by Greg Kroah-Hartman
parent 6e436169a7
commit c15e7f0722
2 changed files with 3 additions and 3 deletions

View File

@ -478,7 +478,7 @@ struct drvint_cmd_parm {
unsigned char *pbuf;
};
/*------------------- Below are used for RF/BB tunning ---------------------*/
/*------------------- Below are used for RF/BB tuning ---------------------*/
struct setantenna_parm {
u8 tx_antset;

View File

@ -53,7 +53,7 @@ struct rx_pkt_attrib {
u8 privacy; /* in frame_ctrl field */
u8 bdecrypted;
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 icv_len;
int priority;
@ -105,7 +105,7 @@ struct recv_priv {
u8 *precv_buf; /* 4 alignment */
struct __queue free_recv_buf_queue;
u32 free_recv_buf_queue_cnt;
/* For the phy informatiom */
/* For the phy information */
s8 rssi;
u8 signal;
u8 noise;