summaryrefslogtreecommitdiff
path: root/include/keyboard_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/keyboard_test.h')
-rw-r--r--include/keyboard_test.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/keyboard_test.h b/include/keyboard_test.h
index 142cff5e53..be12f08372 100644
--- a/include/keyboard_test.h
+++ b/include/keyboard_test.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2013 The Chromium OS Authors. All rights reserved.
+ * Copyright 2013 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -16,9 +16,9 @@
* logic.
*/
struct keyscan_item {
- timestamp_t abs_time; /* absolute timestamp to present this item */
- uint32_t time_us; /* time for this item relative to test start */
- uint8_t done; /* 1 if we managed to present this */
+ timestamp_t abs_time; /* absolute timestamp to present this item */
+ uint32_t time_us; /* time for this item relative to test start */
+ uint8_t done; /* 1 if we managed to present this */
uint8_t scan[KEYBOARD_COLS_MAX];
};