Skip to content

Commit

Permalink
mm-mmu_gather-remove-__tlb_reset_range-for-force-flush-checkpatch-fixes
Browse files Browse the repository at this point in the history
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 <yang.shi@linux.alibaba.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
  • Loading branch information
akpm00 authored and sfrothwell committed Jun 2, 2019
1 parent fa2f11b commit 88fe673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/mmu_gather.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ void tlb_finish_mmu(struct mmu_gather *tlb,
*
* On x86 non-fullmm doesn't yield significant difference
* against fullmm.
*/
*/
tlb->fullmm = 1;
__tlb_reset_range(tlb);
tlb->freed_tables = 1;
Expand Down

0 comments on commit 88fe673

Please sign in to comment.