diff options
| author | 2014-05-29 14:12:29 +0900 | |
|---|---|---|
| committer | 2014-06-10 00:04:06 +0200 | |
| commit | 7eb6e340526adf14ed7cf7dfde8b9c6fc0741cfc (patch) | |
| tree | 0e5bfa931e32e706edcb9fc108369ed8902702fe /scripts/dtc/libfdt/fdt_empty_tree.c | |
| parent | coccinelle: Check for missing NULL terminators in of_device_id tables (diff) | |
| download | wireguard-linux-7eb6e340526adf14ed7cf7dfde8b9c6fc0741cfc.tar.xz wireguard-linux-7eb6e340526adf14ed7cf7dfde8b9c6fc0741cfc.zip | |
kbuild: trivial - remove trailing empty lines
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'scripts/dtc/libfdt/fdt_empty_tree.c')
| -rw-r--r-- | scripts/dtc/libfdt/fdt_empty_tree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/dtc/libfdt/fdt_empty_tree.c b/scripts/dtc/libfdt/fdt_empty_tree.c index f72d13b1d19c..f2ae9b77c285 100644 --- a/scripts/dtc/libfdt/fdt_empty_tree.c +++ b/scripts/dtc/libfdt/fdt_empty_tree.c @@ -81,4 +81,3 @@ int fdt_create_empty_tree(void *buf, int bufsize) return fdt_open_into(buf, buf, bufsize); } - |
