mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 13:43:55 +08:00
linux/pagemap.h: Fixed a typo in a code comment.
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>
This commit is contained in:
parent
7c18fd786d
commit
50d8a18901
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user