summaryrefslogtreecommitdiff
path: root/driver/led/mp3385.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/led/mp3385.h')
-rw-r--r--driver/led/mp3385.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/led/mp3385.h b/driver/led/mp3385.h
index bdb5dac0ae..733a8f76cd 100644
--- a/driver/led/mp3385.h
+++ b/driver/led/mp3385.h
@@ -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.
*
@@ -27,7 +27,7 @@ void mp3385_board_init(void);
int mp3385_set_config(int offset, int data);
#ifndef MP3385_POWER_BACKLIGHT_DELAY
-#define MP3385_POWER_BACKLIGHT_DELAY (15*MSEC)
+#define MP3385_POWER_BACKLIGHT_DELAY (15 * MSEC)
#endif
void mp3385_interrupt(enum gpio_signal signal);