summaryrefslogtreecommitdiff
path: root/test/fpsensor_hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/fpsensor_hw.c')
-rw-r--r--test/fpsensor_hw.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/fpsensor_hw.c b/test/fpsensor_hw.c
index f420001665..ff5b78ace2 100644
--- a/test/fpsensor_hw.c
+++ b/test/fpsensor_hw.c
@@ -1,4 +1,4 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+/* Copyright 2021 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -32,8 +32,7 @@ test_static int test_fp_check_hwid(void)
return EC_SUCCESS;
}
-
-void run_test(int argc, char **argv)
+void run_test(int argc, const char **argv)
{
RUN_TEST(test_fp_check_hwid);
test_print_result();