summaryrefslogtreecommitdiff
path: root/chip/npcx/sha256_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/sha256_chip.h')
-rw-r--r--chip/npcx/sha256_chip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chip/npcx/sha256_chip.h b/chip/npcx/sha256_chip.h
index 3b9586d962..3c7773d112 100644
--- a/chip/npcx/sha256_chip.h
+++ b/chip/npcx/sha256_chip.h
@@ -1,4 +1,4 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -8,7 +8,7 @@
#include "common.h"
-#define NPCX_SHA256_HANDLE_SIZE 212
+#define NPCX_SHA256_HANDLE_SIZE 212
struct sha256_ctx {
/* the context handle required for SHA256 API */
uint8_t handle[NPCX_SHA256_HANDLE_SIZE];
@@ -22,4 +22,4 @@ struct sha256_ctx {
void SHA256_abort(struct sha256_ctx *ctx);
-#endif /* __CROS_EC_SHA256_CHIP_H */
+#endif /* __CROS_EC_SHA256_CHIP_H */