diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-23 01:28:26 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-29 15:01:04 -0600 |
commit | 9fb4be152b01dda3a221bf5e015dc3ee76378896 (patch) | |
tree | 3958e7c793ba806a4a9cd3192bb911b383629fb5 /include/linux/byteorder/swab.h | |
parent | b66890164811318ddc4d824cafb5c2d3891cd164 (diff) |
include: linux: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'include/linux/byteorder/swab.h')
-rw-r--r-- | include/linux/byteorder/swab.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/byteorder/swab.h b/include/linux/byteorder/swab.h index 5efc252acfc..2b41fbac188 100644 --- a/include/linux/byteorder/swab.h +++ b/include/linux/byteorder/swab.h @@ -76,7 +76,6 @@ # define __arch__swab64s(x) do { *(x) = __swab64p((x)); } while (0) #endif - /* * Allow constant folding */ @@ -99,7 +98,6 @@ # define __swab64(x) __fswab64(x) #endif /* OPTIMIZE */ - static __inline__ __attribute__((const)) __u16 __fswab16(__u16 x) { return __arch__swab16(x); |