Skip to content

Commit

Permalink
MAINTAINERS: fix typo in I2C OF COMPONENT PROBER
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bulwahn authored and Wolfram Sang committed Nov 29, 2024
1 parent 0d40daa commit caf4bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit caf4bdb

Please sign in to comment.