projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6db0a7
)
x86/boot: Fix comment spelling
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Thu, 24 Oct 2019 15:30:08 +0000
(17:30 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 17 Mar 2020 19:52:52 +0000
(20:52 +0100)
Fix misspelling of "disconnect".
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/x86/boot/apm.c
patch
|
blob
|
history
diff --git
a/arch/x86/boot/apm.c
b/arch/x86/boot/apm.c
index
b72fc10
..
bda15f9
100644
(file)
--- a/
arch/x86/boot/apm.c
+++ b/
arch/x86/boot/apm.c
@@
-60,7
+60,7
@@
int query_apm_bios(void)
intcall(0x15, &ireg, &oreg);
if ((oreg.eflags & X86_EFLAGS_CF) || oreg.bx != 0x504d) {
- /* Failure with 32-bit connect, try to disconect and ignore */
+ /* Failure with 32-bit connect, try to discon
n
ect and ignore */
ireg.al = 0x04;
intcall(0x15, &ireg, NULL);
return -1;