Message ID | 1543832969-8440-1-git-send-email-daniel.lezcano@linaro.org |
---|---|
State | Accepted |
Commit | 108c35a908d484df094f46a1e9d961d732737013 |
Headers | show |
Series | [RESEND] sched/cpufreq: Add the SPDX tags | expand |
On 03-12-18, 11:29, Daniel Lezcano wrote: > The SPDX tags are not present in cpufreq.c and cpufreq_schedutil.c. > > Add them and remove the license descriptions > > Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> > --- > kernel/sched/cpufreq.c | 5 +---- > kernel/sched/cpufreq_schedutil.c | 5 +---- > 2 files changed, 2 insertions(+), 8 deletions(-) Acked-by: Viresh Kumar <viresh.kumar@linaro.org> -- viresh
On Mon, Dec 3, 2018 at 11:33 AM Viresh Kumar <viresh.kumar@linaro.org> wrote: > > On 03-12-18, 11:29, Daniel Lezcano wrote: > > The SPDX tags are not present in cpufreq.c and cpufreq_schedutil.c. > > > > Add them and remove the license descriptions > > > > Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> > > --- > > kernel/sched/cpufreq.c | 5 +---- > > kernel/sched/cpufreq_schedutil.c | 5 +---- > > 2 files changed, 2 insertions(+), 8 deletions(-) > > Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Patch applied, thanks!
diff --git a/kernel/sched/cpufreq.c b/kernel/sched/cpufreq.c index 5e54cbc..22bd898 100644 --- a/kernel/sched/cpufreq.c +++ b/kernel/sched/cpufreq.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Scheduler code and data structures related to cpufreq. * * Copyright (C) 2016, Intel Corporation * Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #include "sched.h" diff --git a/kernel/sched/cpufreq_schedutil.c b/kernel/sched/cpufreq_schedutil.c index 3fffad3..626ddd4 100644 --- a/kernel/sched/cpufreq_schedutil.c +++ b/kernel/sched/cpufreq_schedutil.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * CPUFreq governor based on scheduler-provided CPU utilization data. * * Copyright (C) 2016, Intel Corporation * Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
The SPDX tags are not present in cpufreq.c and cpufreq_schedutil.c. Add them and remove the license descriptions Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> --- kernel/sched/cpufreq.c | 5 +---- kernel/sched/cpufreq_schedutil.c | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) -- 2.7.4