x86: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut
2024-07-13 15:19:35 +02:00
committed by Tom Rini
parent b51be8ebcb
commit 62b668ba13
12 changed files with 0 additions and 15 deletions

View File

@@ -5,7 +5,6 @@
#ifdef __GNUC__
static __inline__ __u32 ___arch__swab32(__u32 x)
{
__asm__("bswap %0" : "=r" (x) : "0" (x));