diff mbox series

cpufreq: Fix typo in raspberrypi-cpufreq.c

Message ID 20250311155234.467191-1-surajpatil522@gmail.com
State New
Headers show
Series cpufreq: Fix typo in raspberrypi-cpufreq.c | expand

Commit Message

Suraj Patil March 11, 2025, 3:52 p.m. UTC
Signed-off-by: Suraj Patil <surajpatil522@gmail.com>
---
 drivers/cpufreq/raspberrypi-cpufreq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/cpufreq/raspberrypi-cpufreq.c b/drivers/cpufreq/raspberrypi-cpufreq.c
index 5050932954e3..b5c3e5d42470 100644
--- a/drivers/cpufreq/raspberrypi-cpufreq.c
+++ b/drivers/cpufreq/raspberrypi-cpufreq.c
@@ -78,7 +78,7 @@  static void raspberrypi_cpufreq_remove(struct platform_device *pdev)
 
 /*
  * Since the driver depends on clk-raspberrypi, which may return EPROBE_DEFER,
- * all the activity is performed in the probe, which may be defered as well.
+ * all the activity is performed in the probe, which may be deferred as well.
  */
 static struct platform_driver raspberrypi_cpufreq_driver = {
 	.driver = {