diff mbox series

MAINTAINERS: nx crypto: Fix typo in a filepath

Message ID 20190813060610.13550-1-efremov@linux.com (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show
Series MAINTAINERS: nx crypto: Fix typo in a filepath | expand

Commit Message

Denis Efremov Aug. 13, 2019, 6:06 a.m. UTC
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 <leitao@debian.org>
Cc: Nayna Jain <nayna@linux.ibm.com>
Cc: Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
Cc: Dan Streetman <ddstreet@ieee.org>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: linux-crypto@vger.kernel.org
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Herbert Xu Aug. 22, 2019, 5:55 a.m. UTC | #1
On Tue, Aug 13, 2019 at 09:06:10AM +0300, Denis Efremov wrote:
> 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 <leitao@debian.org>
> Cc: Nayna Jain <nayna@linux.ibm.com>
> Cc: Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
> Cc: Dan Streetman <ddstreet@ieee.org>
> Cc: Herbert Xu <herbert@gondor.apana.org.au>
> Cc: linux-crypto@vger.kernel.org
> Signed-off-by: Denis Efremov <efremov@linux.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Patch applied.  Thanks.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index c2117e5f4ff8..99a7392ad6bc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7658,7 +7658,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 <brking@us.ibm.com>