Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

R Veera Kumar and committed by
Greg Kroah-Hartman
c15e7f07 6e436169

+3 -3
+1 -1
drivers/staging/rtl8712/rtl871x_cmd.h
··· 478 478 unsigned char *pbuf; 479 479 }; 480 480 481 - /*------------------- Below are used for RF/BB tunning ---------------------*/ 481 + /*------------------- Below are used for RF/BB tuning ---------------------*/ 482 482 483 483 struct setantenna_parm { 484 484 u8 tx_antset;
+2 -2
drivers/staging/rtl8712/rtl871x_recv.h
··· 53 53 u8 privacy; /* in frame_ctrl field */ 54 54 u8 bdecrypted; 55 55 int hdrlen; /* the WLAN Header Len */ 56 - int encrypt; /* 0 no encrypt. != 0 encrypt algorith */ 56 + int encrypt; /* 0 no encrypt. != 0 encrypt algorithm */ 57 57 int iv_len; 58 58 int icv_len; 59 59 int priority; ··· 105 105 u8 *precv_buf; /* 4 alignment */ 106 106 struct __queue free_recv_buf_queue; 107 107 u32 free_recv_buf_queue_cnt; 108 - /* For the phy informatiom */ 108 + /* For the phy information */ 109 109 s8 rssi; 110 110 u8 signal; 111 111 u8 noise;