diff options
Diffstat (limited to 'patches/0004-huge_mm-remove-trailing-semicolon.patch')
| -rw-r--r-- | patches/0004-huge_mm-remove-trailing-semicolon.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/0004-huge_mm-remove-trailing-semicolon.patch b/patches/0004-huge_mm-remove-trailing-semicolon.patch index a29b8b3..e29bb7f 100644 --- a/patches/0004-huge_mm-remove-trailing-semicolon.patch +++ b/patches/0004-huge_mm-remove-trailing-semicolon.patch @@ -1,7 +1,7 @@ From 39a444e91c578b65bf238982d1782d93c6654676 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" <Jason@zx2c4.com> Date: Sun, 24 May 2020 18:50:19 -0600 -Subject: [PATCH 04/33] huge_mm: remove trailing semicolon +Subject: [PATCH 04/34] huge_mm: remove trailing semicolon The trialing semicolon before the function body is invalid C and resulted in a compiler error. This was probably due to a copy and paste @@ -13,7 +13,7 @@ Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/huge_mm.h b/include/linux/huge_mm.h -index 12d5f1aec45e..b608e46a3b50 100644 +index 12d5f1aec45..b608e46a3b5 100644 --- a/include/linux/huge_mm.h +++ b/include/linux/huge_mm.h @@ -362,7 +362,7 @@ static inline int pud_trans_huge_lock(pud_t *pud, struct vm_area_struct *vma, @@ -26,5 +26,5 @@ index 12d5f1aec45e..b608e46a3b50 100644 return 0; } -- -2.28.0 +2.29.1 |
