diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-06-17 17:33:22 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-06-18 17:11:57 +0300 |
commit | 1bdd44579a54f73b87aff21d3b53f0f4e20b679c (patch) | |
tree | a2aea11ac609a15f70853fb8176e8f0c6ecbf66b /Documentation/devicetree/bindings/ipmi | |
parent | 5d9c4e9591dc0cce80dac170cbdc9015e34b074a (diff) | |
download | linux-1bdd44579a54f73b87aff21d3b53f0f4e20b679c.tar.xz |
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/ipmi')
-rw-r--r-- | Documentation/devicetree/bindings/ipmi/npcm7xx-kcs-bmc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/ipmi/npcm7xx-kcs-bmc.txt b/Documentation/devicetree/bindings/ipmi/npcm7xx-kcs-bmc.txt index 3538a214fff1..352f5e9c759b 100644 --- a/Documentation/devicetree/bindings/ipmi/npcm7xx-kcs-bmc.txt +++ b/Documentation/devicetree/bindings/ipmi/npcm7xx-kcs-bmc.txt @@ -36,4 +36,4 @@ Example: kcs_chan = <2>; status = "disabled"; }; - };
\ No newline at end of file + }; |