Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider: - [Low] dt-bindings: incorrect $id field mismatch with file path --
commit 99192664ff7285bbce15e5c723c17794d6fd59e0 Author: Francesco Valla <[email protected]> dt-bindings: spi: add bindings for spi-virtio Add bindings for spi-virtio, based on virtio-device. > diff --git a/Documentation/devicetree/bindings/spi/spi-virtio.yaml > b/Documentation/devicetree/bindings/spi/spi-virtio.yaml > new file mode 100644 > index 0000000000000..1a0a0763bd2fa > --- /dev/null > +++ b/Documentation/devicetree/bindings/spi/spi-virtio.yaml > @@ -0,0 +1,52 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/i2c/i2c-virtio.yaml# [Severity: Low] Does this $id field mismatch the file path? It appears to reference http://devicetree.org/schemas/i2c/i2c-virtio.yaml# instead of the expected http://devicetree.org/schemas/spi/spi-virtio.yaml#. > +$schema: http://devicetree.org/meta-schemas/core.yaml# [ ... ] -- Sashiko AI review ยท https://sashiko.dev/#/patchset/[email protected]?part=7
