qcacmn: Fix misspellings of "forwarded"

The RX REO functionality has numerous misspellings of "forwarded",
including multiple identifiers. Fix these to use the correct spelling.

Change-Id: Idc4e66e7356b978742fea30ae7ef0c9498c4f938
CRs-Fixed: 3313839
This commit is contained in:
Jeff Johnson
2022-10-15 19:08:26 -07:00
committad av Madan Koyyalamudi
förälder d64ebfde22
incheckning e12273c5cd
5 ändrade filer med 24 tillägg och 24 borttagningar

Visa fil

@@ -367,7 +367,7 @@ target_if_mgmt_rx_reo_read_snapshot(
switch (id) {
case MGMT_RX_REO_SHARED_SNAPSHOT_MAC_HW:
case MGMT_RX_REO_SHARED_SNAPSHOT_FW_CONSUMED:
case MGMT_RX_REO_SHARED_SNAPSHOT_FW_FORWADED:
case MGMT_RX_REO_SHARED_SNAPSHOT_FW_FORWARDED:
retry_count = 0;
for (; retry_count < MGMT_RX_REO_SNAPSHOT_READ_RETRY_LIMIT;
retry_count++) {