Skip to content

Commit 1ab9418

Browse files
Colin Ian KingIngo Molnar
authored andcommitted
perf/x86/intel/p4: Trival indentation fix, remove space
Remove an extraneous space to fix up indentation. Trivial and no functional change Signed-off-by: Colin Ian King <[email protected]> Cc: Andy Lutomirski <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: Brian Gerst <[email protected]> Cc: Dave Hansen <[email protected]> Cc: Denys Vlasenko <[email protected]> Cc: Fenghua Yu <[email protected]> Cc: H. Peter Anvin <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Oleg Nesterov <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Quentin Casasnovas <[email protected]> Cc: Thomas Gleixner <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent 21f77d2 commit 1ab9418

File tree

1 file changed

+1
-1
lines changed
  • arch/x86/events/intel

1 file changed

+1
-1
lines changed

arch/x86/events/intel/p4.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ static int p4_hw_config(struct perf_event *event)
826826
* Clear bits we reserve to be managed by kernel itself
827827
* and never allowed from a user space
828828
*/
829-
event->attr.config &= P4_CONFIG_MASK;
829+
event->attr.config &= P4_CONFIG_MASK;
830830

831831
rc = p4_validate_raw_event(event);
832832
if (rc)

0 commit comments

Comments
 (0)