| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Measurements Specialties driver common i2c functions |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (c) 2015 Measurement-Specialties |
|---|
| 5 | | - * |
|---|
| 6 | | - * Licensed under the GPL-2. |
|---|
| 7 | 6 | */ |
|---|
| 8 | 7 | |
|---|
| 9 | 8 | #include <linux/module.h> |
|---|
| .. | .. |
|---|
| 166 | 165 | |
|---|
| 167 | 166 | /** |
|---|
| 168 | 167 | * ms_sensors_read_serial() - Serial number read function |
|---|
| 169 | | - * @cli: pointer to i2c client |
|---|
| 168 | + * @client: pointer to i2c client |
|---|
| 170 | 169 | * @sn: pointer to 64-bits destination value |
|---|
| 171 | 170 | * |
|---|
| 172 | 171 | * Generic i2c serial number read function for Measurement Specialties devices. |
|---|