The uapi header file listed in the cxlflash stanza has a typo. Removed the trailing 's' from the filename.
Reported-by: Joe Perches <[email protected]> Signed-off-by: Matthew R. Ochs <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index b22e7fd..1038857 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4032,7 +4032,7 @@ M: Uma Krishnan <[email protected]> L: [email protected] S: Supported F: drivers/scsi/cxlflash/ -F: include/uapi/scsi/cxlflash_ioctls.h +F: include/uapi/scsi/cxlflash_ioctl.h F: Documentation/powerpc/cxlflash.txt CYBERPRO FB DRIVER -- 2.1.0

