PM / devfreq: Fix the wrong end with semicolon
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 27 Jul 2020 02:32:31 +0000 (11:32 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 30 Jul 2020 08:22:58 +0000 (17:22 +0900)
Fix the wrong grammar at the end of code line by using semicolon.

Cc: stable vger.kernel.org
Fixes: 490a421bc575 ("PM / devfreq: Add debugfs support with devfreq_summary file")
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/devfreq.c

index 9d324ff..561d91b 100644 (file)
@@ -1800,9 +1800,9 @@ static int devfreq_summary_show(struct seq_file *s, void *data)
 #endif
 
                mutex_lock(&devfreq->lock);
-               cur_freq = devfreq->previous_freq,
+               cur_freq = devfreq->previous_freq;
                get_freq_range(devfreq, &min_freq, &max_freq);
-               polling_ms = devfreq->profile->polling_ms,
+               polling_ms = devfreq->profile->polling_ms;
                mutex_unlock(&devfreq->lock);
 
                seq_printf(s,