| .. | .. | 
|---|
|  | 1 | +// SPDX-License-Identifier: GPL-2.0-only | 
|---|
| 1 | 2 | /* | 
|---|
| 2 | 3 | * acpi_lpat.c - LPAT table processing functions | 
|---|
| 3 | 4 | * | 
|---|
| 4 | 5 | * Copyright (C) 2015 Intel Corporation. All rights reserved. | 
|---|
| 5 |  | - * | 
|---|
| 6 |  | - * This program is free software; you can redistribute it and/or | 
|---|
| 7 |  | - * modify it under the terms of the GNU General Public License version | 
|---|
| 8 |  | - * 2 as published by the Free Software Foundation. | 
|---|
| 9 |  | - * | 
|---|
| 10 |  | - * This program is distributed in the hope that it will be useful, | 
|---|
| 11 |  | - * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
|---|
| 12 |  | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
|---|
| 13 |  | - * GNU General Public License for more details. | 
|---|
| 14 | 6 | */ | 
|---|
| 15 | 7 |  | 
|---|
| 16 | 8 | #include <linux/export.h> | 
|---|
| .. | .. | 
|---|
| 22 | 14 | * LPAT conversion table | 
|---|
| 23 | 15 | * | 
|---|
| 24 | 16 | * @lpat_table: the temperature_raw mapping table structure | 
|---|
| 25 |  | - * @raw: the raw value, used as a key to get the temerature from the | 
|---|
|  | 17 | + * @raw: the raw value, used as a key to get the temperature from the | 
|---|
| 26 | 18 | *       above mapping table | 
|---|
| 27 | 19 | * | 
|---|
| 28 | 20 | * A positive converted temperature value will be returned on success, | 
|---|