projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
746c939
)
asm-generic/page.h: fix typo in #error text requiring a real asm/page.h
author
Mike Rapoport
<rppt@linux.ibm.com>
Thu, 21 Feb 2019 11:36:31 +0000
(13:36 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Fri, 22 Feb 2019 20:53:25 +0000
(21:53 +0100)
Replace "need to prove a real asm/page.h" with "need to provide a real
asm/page.h"
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/asm-generic/page.h
patch
|
blob
|
history
diff --git
a/include/asm-generic/page.h
b/include/asm-generic/page.h
index 27bf3377b0cbf6e804474fc76b0ad0441b637a8b..fe801f01625edc4f9e1afcd8ec4e9d722d86e7be 100644
(file)
--- a/
include/asm-generic/page.h
+++ b/
include/asm-generic/page.h
@@
-7,7
+7,7
@@
*/
#ifdef CONFIG_MMU
-#error need to prove a real asm/page.h
+#error need to prov
id
e a real asm/page.h
#endif