summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/motionsense_driver/lsm6dso-drvinfo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/motionsense_driver/lsm6dso-drvinfo.inc')
-rw-r--r--zephyr/shim/src/motionsense_driver/lsm6dso-drvinfo.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/shim/src/motionsense_driver/lsm6dso-drvinfo.inc b/zephyr/shim/src/motionsense_driver/lsm6dso-drvinfo.inc
index a759993ba4..dfffa2fe2a 100644
--- a/zephyr/shim/src/motionsense_driver/lsm6dso-drvinfo.inc
+++ b/zephyr/shim/src/motionsense_driver/lsm6dso-drvinfo.inc
@@ -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.
*/
@@ -17,8 +17,8 @@
*/
/*
- * Create driver data. It can be shared among the entries in
- * motion_sensors array which are using the same lsm6dso driver.
+ * Create driver data. This must be a separate instance for
+ * each entry of the lsm6dso device in the motion_sensors array.
*/
#define CREATE_SENSOR_DATA_LSM6DSO(id, drvdata_name) \
static struct stprivate_data drvdata_name;