Преглед изворни кода

qcacld-3.0: core: bmi: Fix misspellings

Fix misspellings in core/bmi/...

Change-Id: Ib4ea1c1067547ded1db163d60676fcca7ea30661
CRs-Fixed: 3303630
Jeff Johnson пре 2 година
родитељ
комит
11c49ff34a
2 измењених фајлова са 6 додато и 5 уклоњено
  1. 5 4
      core/bmi/src/i_ar6320v2_regtable.h
  2. 1 1
      core/bmi/src/ol_fw.c

+ 5 - 4
core/bmi/src/i_ar6320v2_regtable.h

@@ -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},

+ 1 - 1
core/bmi/src/ol_fw.c

@@ -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;
 	}