]> www.infradead.org Git - nvme.git/commitdiff
MAINTAINERS: fix typo in I2C OF COMPONENT PROBER
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Fri, 29 Nov 2024 09:52:38 +0000 (10:52 +0100)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 29 Nov 2024 11:56:05 +0000 (12:56 +0100)
Commit 157ce8f381ef ("i2c: Introduce OF component probe function") adds the
header file include/linux/i2c-of-prober.h and a corresponding file entry in
the newly added MAINTAINERS section I2C OF COMPONENT PROBER. This file
entry unfortunately has a typo.
Fortunately, ./scripts/get_maintainer.pl --self-test=patterns detects this
broken reference.

Fix the typo in this file entry in the I2C OF COMPONENT PROBER section.

Fixes: 157ce8f381ef ("i2c: Introduce OF component probe function")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
MAINTAINERS

index 0f837aca327c5b26ddf69079d9fb62cea137e1ca..e4a840545dcb055dc20349e8a4d90d945fafbff5 100644 (file)
@@ -10708,7 +10708,7 @@ L:      linux-i2c@vger.kernel.org
 L:     devicetree@vger.kernel.org
 S:     Maintained
 F:     drivers/i2c/i2c-core-of-prober.c
-F:     include/linux-i2c-of-prober.h
+F:     include/linux/i2c-of-prober.h
 
 I2C OVER PARALLEL PORT
 M:     Jean Delvare <jdelvare@suse.com>