Skip to content

Commit 175406a

Browse files
akpm00hnaz
authored andcommitted
mm-mmu_gather-remove-__tlb_reset_range-for-force-flush-checkpatch-fixes
WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line) torvalds#32: map_address = mmap(distant_area, (size_t) map_size, PROT_WRITE | PROT_READ, ERROR: trailing whitespace torvalds#157: FILE: mm/mmu_gather.c:266: +^I^I */ $ total: 1 errors, 1 warnings, 33 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile ./patches/mm-mmu_gather-remove-__tlb_reset_range-for-force-flush.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Yang Shi <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 11669b0 commit 175406a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/mmu_gather.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ void tlb_finish_mmu(struct mmu_gather *tlb,
263263
*
264264
* On x86 non-fullmm doesn't yield significant difference
265265
* against fullmm.
266-
*/
266+
*/
267267
tlb->fullmm = 1;
268268
__tlb_reset_range(tlb);
269269
tlb->freed_tables = 1;

0 commit comments

Comments
 (0)