kernel: 5.4: import wireguard backport
[openwrt/openwrt.git] / target / linux / generic / backport-5.4 / 080-wireguard-0046-crypto-x86-poly1305-fix-.gitignore-typo.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: "Jason A. Donenfeld" <Jason@zx2c4.com>
3 Date: Thu, 16 Jan 2020 18:23:55 +0100
4 Subject: [PATCH] crypto: x86/poly1305 - fix .gitignore typo
5
6 commit 1f6868995326cc82102049e349d8dbd116bdb656 upstream.
7
8 Admist the kbuild robot induced changes, the .gitignore file for the
9 generated file wasn't updated with the non-clashing filename. This
10 commit adjusts that.
11
12 Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
13 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14 Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
15 ---
16 arch/x86/crypto/.gitignore | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 --- a/arch/x86/crypto/.gitignore
20 +++ b/arch/x86/crypto/.gitignore
21 @@ -1 +1 @@
22 -poly1305-x86_64.S
23 +poly1305-x86_64-cryptogams.S