lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 10 Aug 2021 10:08:34 +0800
From:   Jack Yu <jack.yu@...ltek.com>
To:     <broonie@...nel.org>, <lgirdwood@...il.com>, <robh@...nel.org>
CC:     <alsa-devel@...a-project.org>, <lars@...afoo.de>,
        <flove@...ltek.com>, <kenny_chen@...ltek.com>,
        <kent_chen@...ltek.com>, <oder_chiou@...ltek.com>,
        <shumingf@...ltek.com>, <derek.fang@...ltek.com>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        Jack Yu <jack.yu@...ltek.com>
Subject: [PATCH] ASoC: dt-bindings: rt1015p: fix syntax error in dts-binding document

Fix syntax error in dts-binding document.

Signed-off-by: Jack Yu <jack.yu@...ltek.com>
---
 Documentation/devicetree/bindings/sound/realtek,rt1015p.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/sound/realtek,rt1015p.yaml b/Documentation/devicetree/bindings/sound/realtek,rt1015p.yaml
index 8fcb5f79a1b5..f31d3c4d0192 100644
--- a/Documentation/devicetree/bindings/sound/realtek,rt1015p.yaml
+++ b/Documentation/devicetree/bindings/sound/realtek,rt1015p.yaml
@@ -16,8 +16,8 @@ description: |
 properties:
   compatible:
       oneOf:
-        const: realtek,rt1015p
-        const: realtek,rt1019p
+        - const: realtek,rt1015p
+        - const: realtek,rt1019p
 
   sdb-gpios:
     description:
-- 
2.31.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ