diff options
| author | Patrick Delaunay <[email protected]> | 2019-01-21 17:20:00 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-01-26 08:13:57 -0500 |
| commit | 67eea68a3411701920d00cbfd466524abe76ce64 (patch) | |
| tree | 09e821ac15c4ad452178d9dcf437ee76cc13138f | |
| parent | e38cef9f6ef6937934cb5070ad33063ecbf81efa (diff) | |
MAINTAINERS: update stm32mp1 path for arch
Handle correctly directory arch/arm/mach-stm32mp/ :
Add a trailing slash to include all files
and subdirectory files.
Signed-off-by: Patrick Delaunay <[email protected]>
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ecac867950c..33f1127e50a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -267,7 +267,7 @@ M: Christophe Kerello <[email protected]> M: Patrice Chotard <[email protected]> L: [email protected] (moderated for non-subscribers) S: Maintained -F: arch/arm/mach-stm32mp +F: arch/arm/mach-stm32mp/ F: drivers/clk/clk_stm32mp1.c F: drivers/i2c/stm32f7_i2c.c F: drivers/misc/stm32mp_fuse.c |
