summaryrefslogtreecommitdiff
path: root/driver/fingerprint/fpc/bep/fpc_sensor_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/fingerprint/fpc/bep/fpc_sensor_spi.c')
-rw-r--r--driver/fingerprint/fpc/bep/fpc_sensor_spi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/driver/fingerprint/fpc/bep/fpc_sensor_spi.c b/driver/fingerprint/fpc/bep/fpc_sensor_spi.c
index 225752bdb6..752b9909bc 100644
--- a/driver/fingerprint/fpc/bep/fpc_sensor_spi.c
+++ b/driver/fingerprint/fpc/bep/fpc_sensor_spi.c
@@ -1,4 +1,4 @@
-/* Copyright 2019 The Chromium OS Authors. All rights reserved.
+/* Copyright 2019 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -22,10 +22,10 @@
#define CPRINTF(format, args...) cprintf(CC_FP, format, ##args)
#define CPRINTS(format, args...) cprints(CC_FP, format, ##args)
-#define SPI_BUF_SIZE (1024)
+#define SPI_BUF_SIZE (1024)
-#define FPC_RESULT_OK (0)
-#define FPC_RESULT_IO_ERROR (-8)
+#define FPC_RESULT_OK (0)
+#define FPC_RESULT_IO_ERROR (-8)
static uint8_t spi_buf[SPI_BUF_SIZE] FP_FRAME_SECTION __aligned(4);