]> git.baikalelectronics.ru Git - kernel.git/commit
MAINTAINERS: adjust entry to tcan4x5x file split
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Fri, 8 Jan 2021 07:39:32 +0000 (08:39 +0100)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 13 Jan 2021 08:42:58 +0000 (09:42 +0100)
commit46bef773a73db786e9af01b1432039a76beade19
tree3a66453756c1140edd49f9554bc50bf10e25bf25
parentccbce889173fbcc5aeebec4b22c4ce72ace51ea8
MAINTAINERS: adjust entry to tcan4x5x file split

Commit ffbc91b9821b ("can: tcan4x5x: rename tcan4x5x.c -> tcan4x5x-core.c") and
commit 776153cbf82a ("can: tcan4x5x: move regmap code into seperate file")
split the file tcan4x5x.c into two files, but missed to adjust the TI TCAN4X5X
DEVICE DRIVER section in MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches    F:    drivers/net/can/m_can/tcan4x5x.c

Adjust the file entry in MAINTAINERS to the tcan4x5x file splitting.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Fixes: 776153cbf82a ("can: tcan4x5x: move regmap code into seperate file")
Fixes: ffbc91b9821b ("can: tcan4x5x: rename tcan4x5x.c -> tcan4x5x-core.c")
Link: https://lore.kernel.org/r/20210108073932.20804-1-lukas.bulwahn@gmail.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
MAINTAINERS