Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7775016 authored by H. Peter Anvin's avatar H. Peter Anvin Committed by Ingo Molnar
Browse files

x86 setup: OK -> ok (no need to scream)



Unnecessary capitals are shouting; no need for it here.
Thus, change "OK" to "ok" and add a space.

Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent e479c830
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ void query_edd(void)
	}

	if (!be_quiet)
		printf("OK\n");
		printf("ok\n");
}

#endif