On Thu, 17 Dec 2020 16:34:29 -0600 Rob Herring wrote:
> The correct syntax for JSON pointers begins with a '/' after the '#'.
> Without a '/', the string should be interpretted as a subschema
> identifier. The jsonschema module currently doesn't handle subschema
> identifiers and incorrectly allows JSON pointers to begin without a '/'.
> Let's fix this before it becomes a problem when jsonschema module is
> fixed.
> 
> Converted with:
> perl -p -i -e 's/yaml#definitions/yaml#\/definitions/g' `find 
> Documentation/devicetree/bindings/ -name "*.yaml"`
> 
> Cc: Maxime Ripard <mrip...@kernel.org>
> Cc: Vinod Koul <vk...@kernel.org>
> Cc: Guenter Roeck <li...@roeck-us.net>
> Cc: Jonathan Cameron <ji...@kernel.org>
> Cc: Lars-Peter Clausen <l...@metafoo.de>
> Cc: Lee Jones <lee.jo...@linaro.org>
> Cc: Daniel Thompson <daniel.thomp...@linaro.org>
> Cc: Jingoo Han <jingooh...@gmail.com>
> Cc: Pavel Machek <pa...@ucw.cz>
> Cc: "David S. Miller" <da...@davemloft.net>
> Cc: Jakub Kicinski <k...@kernel.org>

Acked-by: Jakub Kicinski <k...@kernel.org>

Reply via email to