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)
commit4e64cae0a060c579078de299c6a118aa6f6d7b5b
tree5fd53a1e1f0482b73678e7ffd22bd44afdfea1d1
parent18436c74dce29a74e996d5932ba01e0cd3481326
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