Skip to content

Commit a0c8cf9

Browse files
committed
x86/alternatives: Remove a superfluous newline in _static_cpu_has()
No functional changes. Signed-off-by: Borislav Petkov (AMD) <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4c9a938 commit a0c8cf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/x86/include/asm/cpufeature.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ extern void clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int bit);
168168
*/
169169
static __always_inline bool _static_cpu_has(u16 bit)
170170
{
171-
asm goto(
172-
ALTERNATIVE_TERNARY("jmp 6f", %c[feature], "", "jmp %l[t_no]")
171+
asm goto(ALTERNATIVE_TERNARY("jmp 6f", %c[feature], "", "jmp %l[t_no]")
173172
".pushsection .altinstr_aux,\"ax\"\n"
174173
"6:\n"
175174
" testb %[bitnum], %a[cap_byte]\n"

0 commit comments

Comments
 (0)