summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Ping Wu <yupingso@chromium.org>2019-12-09 16:54:17 +0800
committerCommit Bot <commit-bot@chromium.org>2020-01-03 21:13:28 +0000
commit2673e4cf122e8345bfade469aebad6cf1bbbc6f5 (patch)
treea4287093f94db886ce365c2840373c4bdfdb7d0e
parent8562169ea0e8ab905fdf932842e47a20837b0f41 (diff)
downloadvboot-2673e4cf122e8345bfade469aebad6cf1bbbc6f5.tar.gz
vboot: Append periods to function descriptions in 2api.h
BRANCH=none BUG=none TEST=FEATURES=test emerge-nami vboot_reference Change-Id: Id02f4a20a95c3653c4327b9cd7620b24bafb50a0 Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1957999 Reviewed-by: Joel Kitching <kitching@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1987000 Reviewed-by: Shelley Chen <shchen@chromium.org> Commit-Queue: Shelley Chen <shchen@chromium.org> Tested-by: Shelley Chen <shchen@chromium.org>
-rw-r--r--firmware/2lib/include/2api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/2lib/include/2api.h b/firmware/2lib/include/2api.h
index d47cc1a9..8318c00e 100644
--- a/firmware/2lib/include/2api.h
+++ b/firmware/2lib/include/2api.h
@@ -780,7 +780,7 @@ uint32_t vb2api_get_firmware_size(struct vb2_context *ctx);
vb2_error_t vb2api_ec_sync(struct vb2_context *ctx);
/**
- * Sync all auxiliary firmware to the expected versions
+ * Sync all auxiliary firmware to the expected versions.
*
* This function will first check if an auxfw update is needed and
* what the "severity" of that update is (i.e., if any auxfw devices
@@ -821,7 +821,7 @@ vb2_error_t vb2ex_read_resource(struct vb2_context *ctx,
void *buf, uint32_t size);
/**
- * Print debug output
+ * Print debug output.
*
* This should work like printf(). If func!=NULL, it will be a string with
* the current function name; that can be used to generate prettier debug