From 9e31a10eccea4ff5d757af2fc4e54be5a8816334 Mon Sep 17 00:00:00 2001 From: Mary Ruthven Date: Tue, 13 Sep 2022 10:46:24 -0500 Subject: fix ChromiumOS authors and whitespace warnings BUG=none TEST=none Change-Id: I61b0b0106a43f723ec3bc805eb190aef00bbd05b Signed-off-by: Mary Ruthven Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3894391 Reviewed-by: Vadim Bendebury Commit-Queue: Vadim Bendebury --- driver/sync.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'driver/sync.c') diff --git a/driver/sync.c b/driver/sync.c index 91d161765a..b7f98dd39c 100644 --- a/driver/sync.c +++ b/driver/sync.c @@ -1,4 +1,4 @@ -/* Copyright 2017 The Chromium OS Authors. All rights reserved. +/* Copyright 2017 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. * @@ -131,4 +131,3 @@ const struct accelgyro_drv sync_drv = { .get_data_rate = sync_get_data_rate, .irq_handler = motion_irq_handler, }; - -- cgit v1.2.1