mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
mm: fix multiple typos in multiple files
Link: https://lkml.kernel.org/r/20231023124405.36981-1-m.muzzammilashraf@gmail.com Signed-off-by: Muhammad Muzammil <m.muzzammilashraf@gmail.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> Cc: Matthew Wilcox (Oracle) <willy@infradead.org> Cc: Muhammad Muzammil <m.muzzammilashraf@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
committed by
Andrew Morton
parent
98b32d296d
commit
be16dd764a
@@ -1322,8 +1322,8 @@ static int __init debug_vm_pgtable(void)
|
||||
* true irrespective of the starting protection value for a
|
||||
* given page table entry.
|
||||
*
|
||||
* Protection based vm_flags combinatins are always linear
|
||||
* and increasing i.e starting from VM_NONE and going upto
|
||||
* Protection based vm_flags combinations are always linear
|
||||
* and increasing i.e starting from VM_NONE and going up to
|
||||
* (VM_SHARED | READ | WRITE | EXEC).
|
||||
*/
|
||||
#define VM_FLAGS_START (VM_NONE)
|
||||
|
||||
Reference in New Issue
Block a user