From: Denis Efremov Date: Tue, 13 Aug 2019 06:06:10 +0000 (+0300) Subject: MAINTAINERS: nx crypto: Fix typo in a filepath X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=220f67917ae649336b5fef4dec8024fed4b177f3;p=linux.git MAINTAINERS: nx crypto: Fix typo in a filepath Fix typo in nx_debugfs.c filepath. File extension changed from .h to .c The file nx_debugfs.h never existed. Cc: Breno Leitão Cc: Nayna Jain Cc: Paulo Flabiano Smorigo Cc: Dan Streetman Cc: Herbert Xu Cc: linux-crypto@vger.kernel.org Signed-off-by: Denis Efremov Signed-off-by: Herbert Xu --- diff --git a/MAINTAINERS b/MAINTAINERS index 667aac441f756..99e41aba12abc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7671,7 +7671,7 @@ F: drivers/crypto/nx/nx-aes* F: drivers/crypto/nx/nx-sha* F: drivers/crypto/nx/nx.* F: drivers/crypto/nx/nx_csbcpb.h -F: drivers/crypto/nx/nx_debugfs.h +F: drivers/crypto/nx/nx_debugfs.c IBM Power Linux RAID adapter M: Brian King