Skip to content

Commit caf4bdb

Browse files
bulwahnWolfram Sang
authored and
Wolfram Sang
committed
MAINTAINERS: fix typo in I2C OF COMPONENT PROBER
Commit 157ce8f ("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: 157ce8f ("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>
1 parent 0d40daa commit caf4bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10708,7 +10708,7 @@ L: linux-i2c@vger.kernel.org
1070810708
L: devicetree@vger.kernel.org
1070910709
S: Maintained
1071010710
F: drivers/i2c/i2c-core-of-prober.c
10711-
F: include/linux-i2c-of-prober.h
10711+
F: include/linux/i2c-of-prober.h
1071210712

1071310713
I2C OVER PARALLEL PORT
1071410714
M: Jean Delvare <jdelvare@suse.com>

0 commit comments

Comments
 (0)