]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lib/libfdt/: General aesthetic/style fixes.
authorRobert P. J. Day <rpjday@crashcourse.ca>
Mon, 23 May 2016 09:40:55 +0000 (05:40 -0400)
committerSimon Glass <sjg@chromium.org>
Sun, 19 Jun 2016 23:05:55 +0000 (17:05 -0600)
commit6feed2a5aefb7fd0ac443a50bfe00625000bdd34
tree17ffe71e9d1ce849cf66661ff8d660696fcbb74c
parentfc76b698736efa9d52e06aa09c03dc8ef10fd581
lib/libfdt/: General aesthetic/style fixes.

A number of style fixes across the files in this directory, including:

 * Correct invalid kernel-doc content.
 * Tidy up massive comment in fdt_region.c.
 * Use correct spelling of "U-Boot".
 * Replace tests of "! <var>" with "!<var>".
 * Replace "libfdt_env.h" with <libfdt_env.h>.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Acked-by: Simon Glass <sjg@chromium.org>
lib/libfdt/Makefile
lib/libfdt/README
lib/libfdt/fdt.c
lib/libfdt/fdt_addresses.c
lib/libfdt/fdt_empty_tree.c
lib/libfdt/fdt_region.c
lib/libfdt/fdt_ro.c
lib/libfdt/fdt_rw.c
lib/libfdt/fdt_strerror.c
lib/libfdt/fdt_sw.c
lib/libfdt/fdt_wip.c