|
Laura Abbott |
a8f134 |
From 3766ef6d79da0f2219f8f052085da4102de2890e Mon Sep 17 00:00:00 2001
|
|
Laura Abbott |
a8f134 |
From: Laura Abbott <labbott@redhat.com>
|
|
Laura Abbott |
a8f134 |
Date: Thu, 14 Dec 2017 17:14:04 -0800
|
|
Laura Abbott |
a8f134 |
Subject: [PATCH] cpupower: Remove FSF address
|
|
Laura Abbott |
a8f134 |
To: Thomas Renninger <trenn@suse.com>
|
|
Laura Abbott |
a8f134 |
To: Shuah Khan <shuah@kernel.org>
|
|
Laura Abbott |
a8f134 |
Cc: linux-pm@vger.kernel.org
|
|
Laura Abbott |
a8f134 |
Cc: linux-kernel@vger.kernel.org
|
|
Laura Abbott |
a8f134 |
|
|
Laura Abbott |
a8f134 |
|
|
Laura Abbott |
a8f134 |
Checkpatch in the kernel now complains about having the FSF address
|
|
Laura Abbott |
a8f134 |
in comments. Other tools such as rpmlint are now starting to do the
|
|
Laura Abbott |
a8f134 |
same thing. Remove the FSF address to reduce warnings on multiple tools.
|
|
Laura Abbott |
a8f134 |
|
|
Laura Abbott |
a8f134 |
Signed-off-by: Laura Abbott <labbott@redhat.com>
|
|
Laura Abbott |
a8f134 |
---
|
|
Laura Abbott |
a8f134 |
For context, I'm updating the packaging for the cpupower tools in Fedora which
|
|
Laura Abbott |
a8f134 |
requires a code/output review. This got flagged during that review.
|
|
Laura Abbott |
a8f134 |
---
|
|
Laura Abbott |
a8f134 |
tools/power/cpupower/lib/cpufreq.h | 4 ----
|
|
Laura Abbott |
a8f134 |
1 file changed, 4 deletions(-)
|
|
Laura Abbott |
a8f134 |
|
|
Laura Abbott |
a8f134 |
diff --git a/tools/power/cpupower/lib/cpufreq.h b/tools/power/cpupower/lib/cpufreq.h
|
|
Laura Abbott |
a8f134 |
index 3b005c39f068..60beaf5ed2ea 100644
|
|
Laura Abbott |
a8f134 |
--- a/tools/power/cpupower/lib/cpufreq.h
|
|
Laura Abbott |
a8f134 |
+++ b/tools/power/cpupower/lib/cpufreq.h
|
|
Laura Abbott |
a8f134 |
@@ -11,10 +11,6 @@
|
|
Laura Abbott |
a8f134 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
Laura Abbott |
a8f134 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
Laura Abbott |
a8f134 |
* GNU General Public License for more details.
|
|
Laura Abbott |
a8f134 |
- *
|
|
Laura Abbott |
a8f134 |
- * You should have received a copy of the GNU General Public License
|
|
Laura Abbott |
a8f134 |
- * along with this program; if not, write to the Free Software
|
|
Laura Abbott |
a8f134 |
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
Laura Abbott |
a8f134 |
*/
|
|
Laura Abbott |
a8f134 |
|
|
Laura Abbott |
a8f134 |
#ifndef __CPUPOWER_CPUFREQ_H__
|
|
Laura Abbott |
a8f134 |
--
|
|
Laura Abbott |
a8f134 |
2.14.3
|
|
Laura Abbott |
a8f134 |
|