* [qais-yousef:uclamp-max-aggregation 9/13] drivers/cpufreq/intel_pstate.c:2250:1: error: expected expression before '}' token
@ 2024-01-01 8:21 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-01-01 8:21 UTC (permalink / raw)
To: Qais Yousef; +Cc: oe-kbuild-all
tree: https://github.com/qais-yousef/linux uclamp-max-aggregation
head: a1540fef55aeb1d872b6ecdc983a73b1be14e2f3
commit: 4baf9e0d1d48fa7e06937741dfd72635c3db5dfb [9/13] sched: Make iowait boost per task
config: x86_64-defconfig (https://download.01.org/0day-ci/archive/20240101/202401011640.jDXlOSOT-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-12) 11.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240101/202401011640.jDXlOSOT-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202401011640.jDXlOSOT-lkp@intel.com/
All errors (new ones prefixed by >>):
drivers/cpufreq/intel_pstate.c: In function 'intel_pstate_adjust_pstate':
>> drivers/cpufreq/intel_pstate.c:2250:1: error: expected expression before '}' token
2250 | }
| ^
>> drivers/cpufreq/intel_pstate.c:2249:40: error: expected ';' before '}' token
2249 | get_avg_frequency(cpu),
| ^
| ;
2250 | }
| ~
drivers/cpufreq/intel_pstate.c: In function 'intel_cpufreq_trace':
drivers/cpufreq/intel_pstate.c:2758:1: error: expected expression before '}' token
2758 | }
| ^
drivers/cpufreq/intel_pstate.c:2757:40: error: expected ';' before '}' token
2757 | get_avg_frequency(cpu),
| ^
| ;
2758 | }
| ~
vim +2250 drivers/cpufreq/intel_pstate.c
fdfdb2b1301670 Rafael J. Wysocki 2016-03-18 2227
a891283e563625 Rafael J. Wysocki 2017-08-10 2228 static void intel_pstate_adjust_pstate(struct cpudata *cpu)
93f0822dff5dae Dirk Brandewie 2013-02-06 2229 {
67dd9bf4416305 Rafael J. Wysocki 2017-03-28 2230 int from = cpu->pstate.current_pstate;
4055fad34086dc Doug Smythies 2015-04-11 2231 struct sample *sample;
a891283e563625 Rafael J. Wysocki 2017-08-10 2232 int target_pstate;
4055fad34086dc Doug Smythies 2015-04-11 2233
001c76f05b01cc Rafael J. Wysocki 2016-11-17 2234 update_turbo_state();
001c76f05b01cc Rafael J. Wysocki 2016-11-17 2235
d77d4888cb8458 Rafael J. Wysocki 2017-08-10 2236 target_pstate = get_target_pstate(cpu);
6407829901f074 Rafael J. Wysocki 2017-03-03 2237 target_pstate = intel_pstate_prepare_request(cpu, target_pstate);
6407829901f074 Rafael J. Wysocki 2017-03-03 2238 trace_cpu_frequency(target_pstate * cpu->pstate.scaling, cpu->cpu);
fdfdb2b1301670 Rafael J. Wysocki 2016-03-18 2239 intel_pstate_update_pstate(cpu, target_pstate);
4055fad34086dc Doug Smythies 2015-04-11 2240
4055fad34086dc Doug Smythies 2015-04-11 2241 sample = &cpu->sample;
a1c9787dc38097 Rafael J. Wysocki 2016-05-11 2242 trace_pstate_sample(mul_ext_fp(100, sample->core_avg_perf),
157386b6fc1465 Philippe Longepe 2015-12-04 2243 fp_toint(sample->busy_scaled),
4055fad34086dc Doug Smythies 2015-04-11 2244 from,
4055fad34086dc Doug Smythies 2015-04-11 2245 cpu->pstate.current_pstate,
4055fad34086dc Doug Smythies 2015-04-11 2246 sample->mperf,
4055fad34086dc Doug Smythies 2015-04-11 2247 sample->aperf,
4055fad34086dc Doug Smythies 2015-04-11 2248 sample->tsc,
3ba7bcaa3657f5 Srinivas Pandruvada 2016-09-13 @2249 get_avg_frequency(cpu),
93f0822dff5dae Dirk Brandewie 2013-02-06 @2250 }
93f0822dff5dae Dirk Brandewie 2013-02-06 2251
:::::: The code at line 2250 was first introduced by commit
:::::: 93f0822dff5dae2f0a2645f16300c14af41ca777 cpufreq/x86: Add P-state driver for sandy bridge.
:::::: TO: Dirk Brandewie <dirk.brandewie@gmail.com>
:::::: CC: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-01-01 8:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-01 8:21 [qais-yousef:uclamp-max-aggregation 9/13] drivers/cpufreq/intel_pstate.c:2250:1: error: expected expression before '}' token kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.