Re: [PATCH 1/3] dt-bindings: crypto: slimsss: Correct a typo in compatible

From: Krzysztof Kozlowski
Date: Fri Sep 04 2020 - 05:17:52 EST


On Fri, 4 Sep 2020 at 11:07, Kamil Konieczny <k.konieczny@xxxxxxxxxxx> wrote:
>
>
>
> On 9/3/20 8:03 PM, Krzysztof Kozlowski wrote:
> > Correct a typo in the compatible - missing trailing 's'.
> >
> > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> > ---
> > Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml b/Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml
> > index 04fe5dfa794a..7743eae049ab 100644
> > --- a/Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml
> > +++ b/Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml
> > @@ -19,7 +19,7 @@ description: |+
> > properties:
> > compatible:
> > items:
> > - - const: samsung,exynos5433-slim-ss
> > + - const: samsung,exynos5433-slim-sss
> >
> > reg:
> > maxItems: 1
> >
>
> Reviewed-by: Kamil Konieczny <k.konieczny@xxxxxxxxxxx>
> Acked-by: Kamil Konieczny <k.konieczny@xxxxxxxxxxx>

Thanks. In this case "Reviewed" is enough, it includes the meaning of Ack.

Best regards,
Krzysztof