Browse Source

Correct space-after-tab in libfdt.h

There are a few places with a space before a tab in this file. Fix them.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
main
Simon Glass 9 years ago committed by David Gibson
parent
commit
b0dbceafd4
  1. 1
      libfdt/libfdt.h

1
libfdt/libfdt.h

@ -677,7 +677,6 @@ int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen); @@ -677,7 +677,6 @@ int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen);
* structure from the start to nodeoffset.
*
* returns:

* structure block offset of the node at node offset's ancestor
* of depth supernodedepth (>=0), on success
* -FDT_ERR_BADOFFSET, nodeoffset does not refer to a BEGIN_NODE tag

Loading…
Cancel
Save