]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cpuidle: Correct some typos in comments
authorShen Lichuan <shenlichuan@vivo.com>
Fri, 27 Sep 2024 08:10:18 +0000 (16:10 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 18 Oct 2024 16:44:32 +0000 (18:44 +0200)
commitee702fdaf1563078758065aca7beb5e5d89367e5
treedce624bf29196772554fe2515af6df39f385c68d
parent38f83090f515b4b5d59382dfada1e7457f19aa47
cpuidle: Correct some typos in comments

Fixed some confusing typos that were currently identified with codespell,
the details are as follows:

 -in the code comments:
  drivers/cpuidle/cpuidle-arm.c:142: registeration ==> registration
  drivers/cpuidle/cpuidle-qcom-spm.c:51: accidently ==> accidentally
  drivers/cpuidle/cpuidle.c:409: dependant ==> dependent
  drivers/cpuidle/driver.c:264: occuring ==> occurring
  drivers/cpuidle/driver.c:299: occuring ==> occurring

Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>
Link: https://patch.msgid.link/20240927081018.8608-1-shenlichuan@vivo.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpuidle/cpuidle-arm.c
drivers/cpuidle/cpuidle-qcom-spm.c
drivers/cpuidle/cpuidle.c
drivers/cpuidle/driver.c