Fix various typos

Found via codespell v2.1.dev0  
`codespell -q 3 -L ans,filp,fils,hsi`
This commit is contained in:
luz paz
2021-02-04 03:54:47 -05:00
committed by Xianjun Jiao
parent a8217c4808
commit b1dd94e387
13 changed files with 47 additions and 47 deletions

View File

@ -289,7 +289,7 @@ static inline u32 hw_init(enum rx_intf_mode mode, u32 num_dma_symbol_to_pl, u32
//rx_intf_api->RX_INTF_REG_INTERRUPT_TEST_write(0x000);
rx_intf_api->RX_INTF_REG_INTERRUPT_TEST_write(0x100);
//0x000-normal; 0x100-sig and fcs valid are controled by bit4 and bit0;
//0x000-normal; 0x100-sig and fcs valid are controlled by bit4 and bit0;
//0x111-sig and fcs high; 0x110-sig high fcs low; 0x101-sig low fcs high; 0x100-sig and fcs low
rx_intf_api->RX_INTF_REG_IQ_SRC_SEL_write(0);