aboutsummaryrefslogtreecommitdiffstats
path: root/tools/thermal/tmon/pid.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/thermal/tmon/pid.c')
-rw-r--r--tools/thermal/tmon/pid.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/tools/thermal/tmon/pid.c b/tools/thermal/tmon/pid.c
index fd7e9e9d6f4a..c54edb4f630c 100644
--- a/tools/thermal/tmon/pid.c
+++ b/tools/thermal/tmon/pid.c
@@ -1,21 +1,10 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * pid.c PID controller for testing cooling devices 3 * pid.c PID controller for testing cooling devices
3 * 4 *
4 *
5 *
6 * Copyright (C) 2012 Intel Corporation. All rights reserved. 5 * Copyright (C) 2012 Intel Corporation. All rights reserved.
7 * 6 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License version
10 * 2 or later as published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * Author Name Jacob Pan <jacob.jun.pan@linux.intel.com> 7 * Author Name Jacob Pan <jacob.jun.pan@linux.intel.com>
18 *
19 */ 8 */
20 9
21#include <unistd.h> 10#include <unistd.h>