qcacmn: Fix typo "accross"

Replace typo "accross" with correct spelling "across"

Change-Id: Ifec1b81cbc6c808784d86afe055468ff42674a57
CRs-Fixed: 2238309
This commit is contained in:
Jeff Johnson
2018-05-06 00:02:56 -07:00
committed by nshrivas
parent 23dbde8dd9
commit 9f2d54f039
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
/** /**
* Common SRNG register access macros: * Common SRNG register access macros:
* The SRNG registers are distributed accross various UMAC and LMAC HW blocks, * The SRNG registers are distributed across various UMAC and LMAC HW blocks,
* but the register group and format is exactly same for all rings, with some * but the register group and format is exactly same for all rings, with some
* difference between producer rings (these are 'producer rings' with respect * difference between producer rings (these are 'producer rings' with respect
* to HW and refered as 'destination rings' in SW) and consumer rings (these * to HW and refered as 'destination rings' in SW) and consumer rings (these

View File

@@ -2856,7 +2856,7 @@ static inline void __qdf_nbuf_fill_tso_cmn_seg_info(
uint32_t __qdf_nbuf_get_tso_info(qdf_device_t osdev, struct sk_buff *skb, uint32_t __qdf_nbuf_get_tso_info(qdf_device_t osdev, struct sk_buff *skb,
struct qdf_tso_info_t *tso_info) struct qdf_tso_info_t *tso_info)
{ {
/* common accross all segments */ /* common across all segments */
struct qdf_tso_cmn_seg_info_t tso_cmn_info; struct qdf_tso_cmn_seg_info_t tso_cmn_info;
/* segment specific */ /* segment specific */
void *tso_frag_vaddr; void *tso_frag_vaddr;