Messages in this thread Patch in this message |  | | | From | Joe Perches <> | | Subject | [PATCH 5/5] MAINTAINERS: Fix REMOTEPROC F: typo | | Date | Fri, 20 Jan 2012 12:36:21 -0800 |
| |
remoteproc.txt should have been .h
cc: Ohad Ben-Cohen <ohad@wizery.com> Signed-off-by: Joe Perches <joe@perches.com> --- MAINTAINERS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index ff21f0a..d615fef 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5562,7 +5562,7 @@ M: Ohad Ben-Cohen <ohad@wizery.com> S: Maintained F: drivers/remoteproc/ F: Documentation/remoteproc.txt -F: include/linux/remoteproc.txt +F: include/linux/remoteproc.h RFKILL M: Johannes Berg <johannes@sipsolutions.net> -- 1.7.8.111.gad25c.dirty
|  |