perf/x86/intel/p4: Trival indentation fix, remove space
authorColin Ian King <colin.king@canonical.com>
Tue, 17 May 2016 16:40:15 +0000 (17:40 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 20 May 2016 07:18:22 +0000 (09:18 +0200)
Remove an extraneous space to fix up indentation. Trivial and no
functional change

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Borislav Petkov <bp@suse.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1463503215-18339-1-git-send-email-colin.king@canonical.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/events/intel/p4.c

index 0a5ede1..eb05335 100644 (file)
@@ -826,7 +826,7 @@ static int p4_hw_config(struct perf_event *event)
                 * Clear bits we reserve to be managed by kernel itself
                 * and never allowed from a user space
                 */
-                event->attr.config &= P4_CONFIG_MASK;
+               event->attr.config &= P4_CONFIG_MASK;
 
                rc = p4_validate_raw_event(event);
                if (rc)