2022-04-22 12:55:45

by Sean Anderson

[permalink] [raw]
Subject: [PATCH 1/8] dt-bindings: nvmem: sfp: Fix typo

There is a small gramattical error in the description. Fix it.

Signed-off-by: Sean Anderson <[email protected]>
---

Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml b/Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml
index 80914b93638e..b7798e903191 100644
--- a/Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml
+++ b/Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml
@@ -10,7 +10,7 @@ maintainers:
- Michael Walle <[email protected]>

description: |
- SFP is the security fuse processor which among other things provide a
+ SFP is the security fuse processor which among other things provides a
unique identifier per part.

allOf:
--
2.35.1.1320.gc452695387.dirty


2022-04-22 19:57:03

by Andrew Lunn

[permalink] [raw]
Subject: Re: [PATCH 1/8] dt-bindings: nvmem: sfp: Fix typo

On Thu, Apr 21, 2022 at 01:56:50PM -0400, Sean Anderson wrote:
> There is a small gramattical error in the description. Fix it.

s/gramattical/grammatical :-)

Reviewed-by: Andrew Lunn <[email protected]>

Andrew