MAINTAINERS: Fix errors reported by get_maintainer.py
There are two issues in MAINTAINERS.yml.
tests/subsys/fs/littlefs/ specified under Little FS doesn't have the
trailing slash (/).
The commit 0eaa495ccb
renamed
samples/drivers/CAN to can but MAINTAINERS.yml wasn't.
Signed-off-by: Yasushi SHOJI <yasushi.shoji@gmail.com>
This commit is contained in:
parent
cfc54f38be
commit
0dc187584c
1 changed files with 2 additions and 2 deletions
|
@ -340,7 +340,7 @@ Documentation:
|
||||||
- drivers/can/
|
- drivers/can/
|
||||||
- dts/bindings/can/
|
- dts/bindings/can/
|
||||||
- include/drivers/can.h
|
- include/drivers/can.h
|
||||||
- samples/drivers/CAN/
|
- samples/drivers/can/
|
||||||
- tests/drivers/can/
|
- tests/drivers/can/
|
||||||
labels:
|
labels:
|
||||||
- "area: CAN"
|
- "area: CAN"
|
||||||
|
@ -805,7 +805,7 @@ Little FS:
|
||||||
files:
|
files:
|
||||||
- subsys/fs/Kconfig.littlefs
|
- subsys/fs/Kconfig.littlefs
|
||||||
- subsys/fs/littlefs_fs.c
|
- subsys/fs/littlefs_fs.c
|
||||||
- tests/subsys/fs/littlefs
|
- tests/subsys/fs/littlefs/
|
||||||
description: >-
|
description: >-
|
||||||
Little FS
|
Little FS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue