summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/gpio_int.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/gpio_int.c')
-rw-r--r--zephyr/shim/src/gpio_int.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/shim/src/gpio_int.c b/zephyr/shim/src/gpio_int.c
index 6f13976acc..8406f3abe8 100644
--- a/zephyr/shim/src/gpio_int.c
+++ b/zephyr/shim/src/gpio_int.c
@@ -1,4 +1,4 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -174,7 +174,7 @@ int gpio_enable_dt_interrupt(const struct gpio_int_config *conf)
}
const struct gpio_int_config *
- gpio_interrupt_get_config(enum gpio_interrupts intr)
+gpio_interrupt_get_config(enum gpio_interrupts intr)
{
return &gpio_int_data[intr];
}