qcacmn: Fix typo "choosen"

Replace typo "choosen" with correct spelling "chosen"

Change-Id: I0a4cfca422d395d3c0da911b358744e351f9b8ec
CRs-Fixed: 2238309
This commit is contained in:
Jeff Johnson
2018-05-05 23:55:52 -07:00
committed by nshrivas
부모 97a913abb7
커밋 23dbde8dd9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@@ -3653,7 +3653,7 @@ static void dp_peer_setup_wifi3(struct cdp_vdev *vdev_hdl, void *peer_hdl)
pdev->pdev_id, hash_based); pdev->pdev_id, hash_based);
/* /*
* Below line of code will ensure the proper reo_dest ring is choosen * Below line of code will ensure the proper reo_dest ring is chosen
* for cases where toeplitz hash cannot be generated (ex: non TCP/UDP) * for cases where toeplitz hash cannot be generated (ex: non TCP/UDP)
*/ */
reo_dest = pdev->reo_dest; reo_dest = pdev->reo_dest;

파일 보기

@@ -94,7 +94,7 @@
* The max allowed size for tx comp ring is 8191. * The max allowed size for tx comp ring is 8191.
* This is limitted by h/w ring max size. * This is limitted by h/w ring max size.
* As this is not a power of 2 it does not work with nss offload so the * As this is not a power of 2 it does not work with nss offload so the
* nearest available size which is power of 2 is 4096 choosen for nss * nearest available size which is power of 2 is 4096 chosen for nss
*/ */
#define NSS_TX_COMP_RING_SIZE (4 << 10) #define NSS_TX_COMP_RING_SIZE (4 << 10)