summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2024-07-23 01:28:30 +0200
committerTom Rini <trini@konsulko.com>2024-07-29 15:01:04 -0600
commit3a105a6e39666baf94cd6f72eae6dc61351347e1 (patch)
tree8191d5ef55bc9b3a713c80480134249ecf76a8a1
parent69cfc6a9be800b99338fcbc2543565cc278e92cc (diff)
include: u-boot: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
-rw-r--r--include/u-boot/sha512.h1
-rw-r--r--include/u-boot/zlib.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/include/u-boot/sha512.h b/include/u-boot/sha512.h
index 90bd96a3f8c..83c2119cd26 100644
--- a/include/u-boot/sha512.h
+++ b/include/u-boot/sha512.h
@@ -36,5 +36,4 @@ void sha384_finish(sha512_context * ctx, uint8_t digest[SHA384_SUM_LEN]);
void sha384_csum_wd(const unsigned char *input, unsigned int ilen,
unsigned char *output, unsigned int chunk_sz);
-
#endif /* _SHA512_H */
diff --git a/include/u-boot/zlib.h b/include/u-boot/zlib.h
index ee19f460958..dac565497cf 100644
--- a/include/u-boot/zlib.h
+++ b/include/u-boot/zlib.h
@@ -36,7 +36,6 @@
Jean-loup Gailly Mark Adler
jloup@gzip.org madler@alumni.caltech.edu
-
The data format used by the zlib library is described by RFCs (Request for
Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt
(zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
@@ -547,7 +546,6 @@ ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
z_streamp source));
-
ZEXTERN int ZEXPORT inflateInit_ OF((z_streamp strm,
int stream_size));
ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));