diff options
author | Lukas Bulwahn <lukas.bulwahn@redhat.com> | 2024-11-29 10:52:38 +0100 |
---|---|---|
committer | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2024-11-29 12:56:05 +0100 |
commit | caf4bdb558cbc9893524b0a15e6423ee6305cb0c (patch) | |
tree | 418773934a33b84750b04b0226dfc8619165530f /MAINTAINERS | |
parent | 0d40daa1c1369c2fef6a40f44640b2e5f3453daa (diff) | |
download | lwn-caf4bdb558cbc9893524b0a15e6423ee6305cb0c.tar.gz lwn-caf4bdb558cbc9893524b0a15e6423ee6305cb0c.zip |
MAINTAINERS: fix typo in I2C OF COMPONENT PROBER
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0f837aca327c..e4a840545dcb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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> |