qcacld-3.0: core: bmi: Fix misspellings
Fix misspellings in core/bmi/... Change-Id: Ib4ea1c1067547ded1db163d60676fcca7ea30661 CRs-Fixed: 3303630
This commit is contained in:

committato da
Madan Koyyalamudi

parent
0e8ac06ee6
commit
11c49ff34a
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2014, 2016-2017 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -28,7 +29,7 @@
|
||||
* Redefine the register list. To minimize the size of the array, the list must
|
||||
* obey the below format. {start0, end0}, {start1, end1}, {start2, end2}.......
|
||||
* The value below must obey to "start0 < end0 < start1 < end1 < start2 < ...",
|
||||
* otherwise we may encouter error in the dump processing.
|
||||
* otherwise we may encounter error in the dump processing.
|
||||
*/
|
||||
|
||||
static const struct tgt_reg_section ar6320v2_reg_table[] = {
|
||||
@@ -302,7 +303,7 @@ static const struct tgt_reg_section ar6320v2_reg_table[] = {
|
||||
{0x40000, 0x400A4},
|
||||
|
||||
/*
|
||||
* SI register is skiped here.
|
||||
* SI register is skipped here.
|
||||
* Because it will cause bus hang
|
||||
*
|
||||
* {0x50000, 0x50018},
|
||||
@@ -577,7 +578,7 @@ static const struct tgt_reg_section ar6320v3_reg_table[] = {
|
||||
{0x40000, 0x400A4},
|
||||
|
||||
/*
|
||||
* SI register is skiped here.
|
||||
* SI register is skipped here.
|
||||
* Because it will cause bus hang
|
||||
*
|
||||
* {0x50000, 0x50018},
|
||||
@@ -859,7 +860,7 @@ static const struct tgt_reg_section ar6320v3_reg_table[] = {
|
||||
{0x40000, 0x400A4},
|
||||
|
||||
/*
|
||||
* SI register is skiped here.
|
||||
* SI register is skipped here.
|
||||
* Because it will cause bus hang
|
||||
*
|
||||
* {0x50000, 0x50018},
|
||||
|
@@ -729,7 +729,7 @@ void ol_target_failure(void *instance, QDF_STATUS status)
|
||||
enum hif_target_status target_status = hif_get_target_status(scn);
|
||||
|
||||
if (hif_get_bus_type(scn) == QDF_BUS_TYPE_SNOC) {
|
||||
BMI_ERR("SNOC doesn't suppor this code path!");
|
||||
BMI_ERR("SNOC doesn't support this code path!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Fai riferimento in un nuovo problema
Block a user