OSDN Git Service

driver core: cpu: Fix the fallback cpu_show_gds() name
authorBorislav Petkov (AMD) <bp@alien8.de>
Fri, 11 Aug 2023 09:32:09 +0000 (11:32 +0200)
committerBorislav Petkov (AMD) <bp@alien8.de>
Fri, 11 Aug 2023 18:36:02 +0000 (20:36 +0200)
commit3477144c878a52fc3938a529186e81ea030e7779
treea82f90f0df84a38d711f4c9c4b48aab2af871906
parenteb3515dc99c7c85f4170b50838136b2a193f8012
driver core: cpu: Fix the fallback cpu_show_gds() name

In

  6524c798b727 ("driver core: cpu: Make cpu_show_not_affected() static")

I fat-fingered the name of cpu_show_gds(). Usually, I'd rebase but since
those are extraordinary embargoed times, the commit above was already
pulled into another tree so no no.

Therefore, fix it ontop.

Fixes: 6524c798b727 ("driver core: cpu: Make cpu_show_not_affected() static")
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20230811095831.27513-1-bp@alien8.de
drivers/base/cpu.c