projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c18fd7
)
linux/pagemap.h: Fixed a typo in a code comment.
author
Raymond L. Rivera
<ray.l.rivera@gmail.com>
Thu, 24 Jul 2014 09:39:45 +0000
(
02:39
-0700)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 26 Aug 2014 07:35:54 +0000
(09:35 +0200)
Corrected a minor typo in a code comment where 'be' was missing.
Signed-off-by: Raymond L. Rivera <ray.l.rivera@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
include/linux/pagemap.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/pagemap.h
b/include/linux/pagemap.h
index e1474ae18c8847cba4a2f17c396c6e7b59167fed..bf657ff3208c48b1ff95810a070d32601f932ff5 100644
(file)
--- a/
include/linux/pagemap.h
+++ b/
include/linux/pagemap.h
@@
-96,7
+96,7
@@
static inline void mapping_set_gfp_mask(struct address_space *m, gfp_t mask)
}
/*
- * The page cache can done in larger chunks than
+ * The page cache can
be
done in larger chunks than
* one page, because it allows for more efficient
* throughput (it can then be mapped into user
* space in smaller chunks for same flexibility).