From 9009b59f096f9a55adda4062be5e08d8cecf9ffb Mon Sep 17 00:00:00 2001
From: Nick Terrell <terrelln@fb.com>
Date: Wed, 23 Sep 2020 20:36:47 -0700
Subject: [PATCH] [linux-kernel] Add missing semicolon in zstd_deps.h

---
 contrib/linux-kernel/zstd_deps.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/linux-kernel/zstd_deps.h b/contrib/linux-kernel/zstd_deps.h
index 44ec0328f..4d3964798 100644
--- a/contrib/linux-kernel/zstd_deps.h
+++ b/contrib/linux-kernel/zstd_deps.h
@@ -128,7 +128,7 @@ static U64 ZSTD_div64(U64 dividend, U32 divisor) {
  * The Linux Kernel doesn't provide intptr_t, only uintptr_t, which
  * is an unsigned long.
  */
-typedef long intptr_t
+typedef long intptr_t;
 
 #endif /* ZSTD_DEPS_STDINT */
 #endif /* ZSTD_DEPS_NEED_STDINT */
-- 
GitLab