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/zstd_errors.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/zstd_errors.h')
-rw-r--r-- | include/linux/zstd_errors.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/zstd_errors.h b/include/linux/zstd_errors.h index 58b6dd45a96..edba6e1fab5 100644 --- a/include/linux/zstd_errors.h +++ b/include/linux/zstd_errors.h @@ -11,11 +11,9 @@ #ifndef ZSTD_ERRORS_H_398273423 #define ZSTD_ERRORS_H_398273423 - /*===== dependency =====*/ #include <linux/types.h> /* size_t */ - /* ===== ZSTDERRORLIB_API : control library symbols visibility ===== */ #define ZSTDERRORLIB_VISIBILITY #define ZSTDERRORLIB_API ZSTDERRORLIB_VISIBILITY @@ -72,6 +70,4 @@ typedef enum { ZSTDERRORLIB_API ZSTD_ErrorCode ZSTD_getErrorCode(size_t functionResult); ZSTDERRORLIB_API const char* ZSTD_getErrorString(ZSTD_ErrorCode code); /*< Same as ZSTD_getErrorName, but using a `ZSTD_ErrorCode` enum argument */ - - #endif /* ZSTD_ERRORS_H_398273423 */ |