Skip to content

Commit 0f1a7aa

Browse files
committed
mm-hugetlb-support-vm_uffd_ops-api-checkpatch-fixes
WARNING: please, no space before tabs torvalds#41: FILE: mm/hugetlb.c:5462: +^I.uffd_features^I= ^I__VM_UFFD_FLAGS,$ WARNING: please, no space before tabs torvalds#43: FILE: mm/hugetlb.c:5464: +^I.uffd_ioctls^I= ^IBIT(_UFFDIO_COPY) |$ Cc: Peter Xu <peterx@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 8644ba3 commit 0f1a7aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mm/hugetlb.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5460,9 +5460,9 @@ static vm_fault_t hugetlb_vm_op_fault(struct vm_fault *vmf)
54605460

54615461
#ifdef CONFIG_USERFAULTFD
54625462
static const vm_uffd_ops hugetlb_uffd_ops = {
5463-
.uffd_features = __VM_UFFD_FLAGS,
5463+
.uffd_features = __VM_UFFD_FLAGS,
54645464
/* _UFFDIO_ZEROPAGE not supported */
5465-
.uffd_ioctls = BIT(_UFFDIO_COPY) |
5465+
.uffd_ioctls = BIT(_UFFDIO_COPY) |
54665466
BIT(_UFFDIO_WRITEPROTECT) |
54675467
BIT(_UFFDIO_CONTINUE) |
54685468
BIT(_UFFDIO_POISON),

0 commit comments

Comments
 (0)