[PATCH] MAINTAINERS: Fix typo in "TI VPE/CAL DRIVERS"

From: Kees Cook
Date: Wed Feb 19 2020 - 15:00:45 EST


The recent MAINTAINERS entry change for "TI VPE/CAL DRIVERS" broke the
file format as it skipped having a line prefix character. Add missing
"F:".

Fixes: 2099ef02c6c0 ("media: dt-bindings: media: cal: convert binding to yaml")
Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a0d86490c2c6..8f95de7f5eee 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16752,7 +16752,7 @@ Q: http://patchwork.linuxtv.org/project/linux-media/list/
S: Maintained
F: drivers/media/platform/ti-vpe/
F: Documentation/devicetree/bindings/media/ti,vpe.yaml
- Documentation/devicetree/bindings/media/ti,cal.yaml
+F: Documentation/devicetree/bindings/media/ti,cal.yaml

TI WILINK WIRELESS DRIVERS
L: linux-wireless@xxxxxxxxxxxxxxx
--
2.20.1


--
Kees Cook