lkml.org 
[lkml]   [2016]   [Jan]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] x86/xen/p2m: trivia indentation fix on if statement
Date
From: Colin Ian King <colin.king@canonical.com>

if statement is indented by 1 extra whitespace, remove this

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
arch/x86/xen/p2m.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/xen/p2m.c b/arch/x86/xen/p2m.c
index cab9f76..17dbc1d 100644
--- a/arch/x86/xen/p2m.c
+++ b/arch/x86/xen/p2m.c
@@ -291,7 +291,7 @@ void __init xen_build_dynamic_phys_to_machine(void)
{
unsigned long pfn;

- if (xen_feature(XENFEAT_auto_translated_physmap))
+ if (xen_feature(XENFEAT_auto_translated_physmap))
return;

xen_p2m_addr = (unsigned long *)xen_start_info->mfn_list;
--
2.7.0.rc3

\
 
 \ /
  Last update: 2016-01-19 01:01    [W:0.026 / U:0.512 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site