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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Sep 2020 09:29:26 +0000 (11:29 +0200)
commitce9d78bce0efc601675894adc6ad80b32d57a9a4
tree26f801e8eec7ef12c62961ab4191897706a2c375
parent6eacb4639e22145edc8c12b19a27ea9cce61bf6b
PM / devfreq: Fix the wrong end with semicolon

[ Upstream commit 27a69714450f5c9288cec2b20f1ae4f7ad34dacf ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/devfreq/devfreq.c