diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-29 15:01:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-29 15:01:36 -0600 |
commit | c0d269da3c8492d4b81bbcb79a66f6d4a49f7610 (patch) | |
tree | 302f8dbd5d72be813e15eed94bd661bf2866c3ab /include/linux/zstd_errors.h | |
parent | 9268c7a5e3e91564739bf0fdfd1df228a0273945 (diff) | |
parent | 6627fbba203f89a316299d35f6a2ff3f33dd15c8 (diff) |
Merge patch series "include: asm-generic: Remove duplicate newlines"
Drop all duplicate newlines from the include directory files.
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 */ |