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 <[email protected]> Cc: Nayna Jain <[email protected]> Cc: Paulo Flabiano Smorigo <[email protected]> Cc: Dan Streetman <[email protected]> Cc: Herbert Xu <[email protected]> Cc: [email protected] Signed-off-by: Denis Efremov <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <[email protected]> -- 2.21.0
