diff options
author | Borislav Petkov <bp@suse.de> | 2017-02-18 14:31:40 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2017-03-01 13:27:26 +0300 |
commit | 940b2f2fd963c043418ce8af64605783b2b19140 (patch) | |
tree | 97ef452b0e6d5dd977d50e7917c13ee67de8a025 /arch/x86/events/intel/rapl.c | |
parent | 58ab9a088ddac4efe823471275859d64f735577e (diff) | |
download | linux-940b2f2fd963c043418ce8af64605783b2b19140.tar.xz |
x86/events: Remove last remnants of old filenames
Update to the new file paths, remove them from introductory comments.
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20170218113140.8051-1-bp@alien8.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/events/intel/rapl.c')
-rw-r--r-- | arch/x86/events/intel/rapl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/events/intel/rapl.c b/arch/x86/events/intel/rapl.c index 22054ca49026..9d05c7e67f60 100644 --- a/arch/x86/events/intel/rapl.c +++ b/arch/x86/events/intel/rapl.c @@ -1,5 +1,5 @@ /* - * perf_event_intel_rapl.c: support Intel RAPL energy consumption counters + * Support Intel RAPL energy consumption counters * Copyright (C) 2013 Google, Inc., Stephane Eranian * * Intel RAPL interface is specified in the IA-32 Manual Vol3b |