Skip to content

Commit 35c038e

Browse files
committed
arch/x86: Fix typos [partial]
JIRA: https://issues.redhat.com/browse/RHEL-43368 Conflicts: limited to scope of backport commit 54aa699 Author: Bjorn Helgaas <bhelgaas@google.com> Date: Tue Jan 2 18:40:11 2024 -0600 arch/x86: Fix typos Fix typos, most reported by "codespell arch/x86". Only touches comments, no code changes. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20240103004011.1758650-1-helgaas@kernel.org Signed-off-by: David Arcari <darcari@redhat.com>
1 parent 2a859b5 commit 35c038e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/include/uapi/asm/amd_hsmp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ static const struct hsmp_msg_desc hsmp_msg_desc_table[] = {
238238
/*
239239
* HSMP_GET_DIMM_THERMAL, num_args = 1, response_sz = 1
240240
* input: args[0] = DIMM address[7:0]
241-
* output: args[0] = temperature in degree celcius[31:21] + update rate in ms[16:8] +
241+
* output: args[0] = temperature in degree celsius[31:21] + update rate in ms[16:8] +
242242
* DIMM address[7:0]
243243
*/
244244
{1, 1, HSMP_GET},

0 commit comments

Comments
 (0)