[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180116011712.eh4dswpm5f7jbeic@shadow1911>
Date: Mon, 15 Jan 2018 19:17:12 -0600
From: Robert Donald Rickett <robert.rickett@...il.com>
To: akpm@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, mhocko@...e.com,
robert.rickett@...il.com
Subject: [PATCH] mm: memory: fixed a coding style issue
This is a patch to the memory.c file that fixes the
"ERROR: code indent should use tabs where possible"
found by the checkpatch.pl tool.
Signed-off-by: Robert Donald Rickett <robert.rickett@...il.com>
---
mm/memory.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/memory.c b/mm/memory.c
index ca5674cbaff2..e9f6e58aa77c 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -1663,7 +1663,7 @@ int zap_vma_ptes(struct vm_area_struct *vma, unsigned long address,
unsigned long size)
{
if (address < vma->vm_start || address + size > vma->vm_end ||
- !(vma->vm_flags & VM_PFNMAP))
+ !(vma->vm_flags & VM_PFNMAP))
return -1;
zap_page_range_single(vma, address, size, NULL);
return 0;
--
2.14.1
Powered by blists - more mailing lists