diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-06-17 16:33:22 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-06-18 16:11:57 +0200 |
commit | 1bdd44579a54f73b87aff21d3b53f0f4e20b679c (patch) | |
tree | a2aea11ac609a15f70853fb8176e8f0c6ecbf66b /Documentation/devicetree/bindings/regulator | |
parent | of/fdt: Fix ‘of_fdt_match’ defined but not used compiler warning (diff) | |
download | linux-1bdd44579a54f73b87aff21d3b53f0f4e20b679c.tar.xz linux-1bdd44579a54f73b87aff21d3b53f0f4e20b679c.zip |
dt-bindings: Add missing newline at end of file
"git diff" says:
\ No newline at end of file
after modifying the files.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/pv88060.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/regulator/pv88060.txt b/Documentation/devicetree/bindings/regulator/pv88060.txt index 10a6dadc008e..6a7c8a92fdb0 100644 --- a/Documentation/devicetree/bindings/regulator/pv88060.txt +++ b/Documentation/devicetree/bindings/regulator/pv88060.txt @@ -121,4 +121,4 @@ Example regulator-max-microvolt = <5000000>; }; }; - };
\ No newline at end of file + }; |