[PATCH v4 2/4] soc: Fix comments from SOC to SoC
Biju Das
biju.das.jz at bp.renesas.com
Mon Nov 16 14:03:44 CET 2020
Fix the comments from "an SOC" to "an SoC".
Signed-off-by: Biju Das <biju.das.jz at bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
v3->v4: No Change
* Added Simon's Rb tag.
v3:
* New patch
(Ref: https://patchwork.ozlabs.org/project/uboot/patch/20201102150959.4793-3-biju.das.jz@bp.renesas.com/)
---
include/soc.h | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/soc.h b/include/soc.h
index a55eb1b572..05058f9331 100644
--- a/include/soc.h
+++ b/include/soc.h
@@ -31,7 +31,7 @@ struct soc_attr {
struct soc_ops {
/**
- * get_machine() - Get machine name of an SOC
+ * get_machine() - Get machine name of an SoC
*
* @dev: Device to check (UCLASS_SOC)
* @buf: Buffer to place string
@@ -41,7 +41,7 @@ struct soc_ops {
int (*get_machine)(struct udevice *dev, char *buf, int size);
/**
- * get_revision() - Get revision name of a SOC
+ * get_revision() - Get revision name of an SoC
*
* @dev: Device to check (UCLASS_SOC)
* @buf: Buffer to place string
@@ -51,7 +51,7 @@ struct soc_ops {
int (*get_revision)(struct udevice *dev, char *buf, int size);
/**
- * get_family() - Get family name of an SOC
+ * get_family() - Get family name of an SoC
*
* @dev: Device to check (UCLASS_SOC)
* @buf: Buffer to place string
@@ -76,7 +76,7 @@ struct soc_ops {
int soc_get(struct udevice **devp);
/**
- * soc_get_machine() - Get machine name of an SOC
+ * soc_get_machine() - Get machine name of an SoC
* @dev: Device to check (UCLASS_SOC)
* @buf: Buffer to place string
* @size: Size of string space
@@ -86,7 +86,7 @@ int soc_get(struct udevice **devp);
int soc_get_machine(struct udevice *dev, char *buf, int size);
/**
- * soc_get_revision() - Get revision name of an SOC
+ * soc_get_revision() - Get revision name of an SoC
* @dev: Device to check (UCLASS_SOC)
* @buf: Buffer to place string
* @size: Size of string space
@@ -96,7 +96,7 @@ int soc_get_machine(struct udevice *dev, char *buf, int size);
int soc_get_revision(struct udevice *dev, char *buf, int size);
/**
- * soc_get_family() - Get family name of an SOC
+ * soc_get_family() - Get family name of an SoC
* @dev: Device to check (UCLASS_SOC)
* @buf: Buffer to place string
* @size: Size of string space
--
2.17.1
More information about the U-Boot
mailing list