]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
firmware: arm_scmi: Grammar s/may needed/may be needed/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 3 Jun 2026 15:17:51 +0000 (17:17 +0200)
committerSudeep Holla <sudeep.holla@kernel.org>
Tue, 30 Jun 2026 09:30:25 +0000 (10:30 +0100)
Fix grammar in the help text for the ARM_SCMI_POWER_CONTROL symbol.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/5180d04abfb8e3074a321e2eb73bacfdd61c30c5.1780499850.git.geert+renesas@glider.be
Signed-off-by: Sudeep Holla <sudeep.holla@kernel.org>
drivers/firmware/arm_scmi/Kconfig

index e3fb36825978ed6fc9716f5c7f888b1d7547b587..783c24a20e29190fa9c71b28d8d5e0065fc68b2c 100644 (file)
@@ -96,7 +96,7 @@ config ARM_SCMI_POWER_CONTROL
          firmware.
 
          This driver can also be built as a module.  If so, the module will be
-         called scmi_power_control. Note this may needed early in boot to catch
-         early shutdown/reboot SCMI requests.
+         called scmi_power_control. Note this may be needed early in boot to
+         catch early shutdown/reboot SCMI requests.
 
 endmenu