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>2019-12-10 16:43:26 +0000
commit95d8b93ed6b0e64eb91c8fcd8a5e6f59656b16cf (patch)
tree5fc9f59baa900c791504b7edadbbe6662b52b5ac
parentefec8ac6a3b7539ca327b6317f4fac1714cc9401 (diff)
downloadvboot-95d8b93ed6b0e64eb91c8fcd8a5e6f59656b16cf.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>
-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 9fe72b32..0c56e64f 100644
--- a/firmware/2lib/include/2api.h
+++ b/firmware/2lib/include/2api.h
@@ -773,7 +773,7 @@ vb2_gbb_flags_t vb2api_gbb_get_flags(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
@@ -814,7 +814,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