]> git.baikalelectronics.ru Git - uboot.git/commit
lib: Correct comment formatting to avoid sphinx problems
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:30:56 +0000 (23:30 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:03 +0000 (10:00 -0400)
commit4e044501e998eb624c86ca226a9cdfa003909f6f
tree5fd53a1e1f0482b73678e7ffd22bd44afdfea1d1
parent61f6b5826d1819335199950c6edce874de7e9183
lib: Correct comment formatting to avoid sphinx problems

Tweak a few comments to kep sphinx happy, in case we want to include this
file one day.

Also fix the 'exxamine' typo.

Patch-notes:
This uses:

   sed -i 's/@param \(\S*\)\s*/@\1: /' include/vsprintf.h

to convert the @param to the new format.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/vsprintf.h