Bad MAINTAINERS pattern in section 'IBM Power in-Nest Crypto Acceleration'

From: Joe Perches
Date: Fri Sep 28 2018 - 17:53:21 EST


Please fix this defect appropriately.

linux-next MAINTAINERS section:

6894 IBM Power in-Nest Crypto Acceleration
6895 M: Leonidas S. Barbosa <leosilva@xxxxxxxxxxxxxxxxxx>
6896 M: Paulo Flabiano Smorigo <pfsmorigo@xxxxxxxxxxxxxxxxxx>
6897 L: linux-crypto@xxxxxxxxxxxxxxx
6898 S: Supported
6899 F: drivers/crypto/nx/Makefile
6900 F: drivers/crypto/nx/Kconfig
6901 F: drivers/crypto/nx/nx-aes*
6902 F: drivers/crypto/nx/nx-sha*
6903 F: drivers/crypto/nx/nx.*
6904 F: drivers/crypto/nx/nx_csbcpb.h
--> 6905 F: drivers/crypto/nx/nx_debugfs.h

Commit that introduced this:

commit 28bceeaaf81140d69647acd0eb7dc9312f27844a
Author: Dan Streetman <ddstreet@xxxxxxxx>
Date: Thu Jun 18 12:28:32 2015 -0400

MAINTAINERS: clarify drivers/crypto/nx/ file ownership

Update the "IBM Power in-Nest Crypto Acceleration" and
"IBM Power 842 compression accelerator" sections to specify the correct
files.

The "IBM Power in-Nest Crypto Acceleration" was originally the only
NX driver, and so its section listed all drivers/crypto/nx/ files,
but now there is also the 842 driver which has its own section. This
lists explicitly what files are owned by the Crypto driver and which
files are owned by the 842 compression driver.

Signed-off-by: Dan Streetman <ddstreet@xxxxxxxx>
Signed-off-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>

MAINTAINERS | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

No commit with drivers/crypto/nx/nx_debugfs.h found