Commit-ID:  76a16b217a7f086c1c7c2d5f52efddb0c855b278
Gitweb:     https://git.kernel.org/tip/76a16b217a7f086c1c7c2d5f52efddb0c855b278
Author:     Gayatri Kammela <gayatri.kamm...@intel.com>
AuthorDate: Fri, 10 May 2019 17:03:10 -0700
Committer:  Ingo Molnar <mi...@kernel.org>
CommitDate: Mon, 3 Jun 2019 11:58:19 +0200

perf/x86/intel/uncore: Add tabs to Uncore IMC PCI IDs

Improve code readability by adding tabs after #define macros

Signed-off-by: Gayatri Kammela <gayatri.kamm...@intel.com>
Signed-off-by: Peter Zijlstra (Intel) <pet...@infradead.org>
Cc: Charles Prestopine <charles.d.prestop...@intel.com>
Cc: Kan Liang <kan.li...@intel.com>
Cc: Linus Torvalds <torva...@linux-foundation.org>
Cc: Peter Zijlstra <pet...@infradead.org>
Cc: Thomas Gleixner <t...@linutronix.de>
Link: https://lkml.kernel.org/r/20190511000311.20733-1-gayatri.kamm...@intel.com
Signed-off-by: Ingo Molnar <mi...@kernel.org>
---
 arch/x86/events/intel/uncore_snb.c | 42 +++++++++++++++++++-------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/arch/x86/events/intel/uncore_snb.c 
b/arch/x86/events/intel/uncore_snb.c
index f8431819b3e1..db9eb64ce756 100644
--- a/arch/x86/events/intel/uncore_snb.c
+++ b/arch/x86/events/intel/uncore_snb.c
@@ -3,27 +3,27 @@
 #include "uncore.h"
 
 /* Uncore IMC PCI IDs */
-#define PCI_DEVICE_ID_INTEL_SNB_IMC    0x0100
-#define PCI_DEVICE_ID_INTEL_IVB_IMC    0x0154
-#define PCI_DEVICE_ID_INTEL_IVB_E3_IMC 0x0150
-#define PCI_DEVICE_ID_INTEL_HSW_IMC    0x0c00
-#define PCI_DEVICE_ID_INTEL_HSW_U_IMC  0x0a04
-#define PCI_DEVICE_ID_INTEL_BDW_IMC    0x1604
-#define PCI_DEVICE_ID_INTEL_SKL_U_IMC  0x1904
-#define PCI_DEVICE_ID_INTEL_SKL_Y_IMC  0x190c
-#define PCI_DEVICE_ID_INTEL_SKL_HD_IMC 0x1900
-#define PCI_DEVICE_ID_INTEL_SKL_HQ_IMC 0x1910
-#define PCI_DEVICE_ID_INTEL_SKL_SD_IMC 0x190f
-#define PCI_DEVICE_ID_INTEL_SKL_SQ_IMC 0x191f
-#define PCI_DEVICE_ID_INTEL_KBL_Y_IMC  0x590c
-#define PCI_DEVICE_ID_INTEL_KBL_U_IMC  0x5904
-#define PCI_DEVICE_ID_INTEL_KBL_UQ_IMC 0x5914
-#define PCI_DEVICE_ID_INTEL_KBL_SD_IMC 0x590f
-#define PCI_DEVICE_ID_INTEL_KBL_SQ_IMC 0x591f
-#define PCI_DEVICE_ID_INTEL_CFL_2U_IMC 0x3ecc
-#define PCI_DEVICE_ID_INTEL_CFL_4U_IMC 0x3ed0
-#define PCI_DEVICE_ID_INTEL_CFL_4H_IMC 0x3e10
-#define PCI_DEVICE_ID_INTEL_CFL_6H_IMC 0x3ec4
+#define PCI_DEVICE_ID_INTEL_SNB_IMC            0x0100
+#define PCI_DEVICE_ID_INTEL_IVB_IMC            0x0154
+#define PCI_DEVICE_ID_INTEL_IVB_E3_IMC         0x0150
+#define PCI_DEVICE_ID_INTEL_HSW_IMC            0x0c00
+#define PCI_DEVICE_ID_INTEL_HSW_U_IMC          0x0a04
+#define PCI_DEVICE_ID_INTEL_BDW_IMC            0x1604
+#define PCI_DEVICE_ID_INTEL_SKL_U_IMC          0x1904
+#define PCI_DEVICE_ID_INTEL_SKL_Y_IMC          0x190c
+#define PCI_DEVICE_ID_INTEL_SKL_HD_IMC         0x1900
+#define PCI_DEVICE_ID_INTEL_SKL_HQ_IMC         0x1910
+#define PCI_DEVICE_ID_INTEL_SKL_SD_IMC         0x190f
+#define PCI_DEVICE_ID_INTEL_SKL_SQ_IMC         0x191f
+#define PCI_DEVICE_ID_INTEL_KBL_Y_IMC          0x590c
+#define PCI_DEVICE_ID_INTEL_KBL_U_IMC          0x5904
+#define PCI_DEVICE_ID_INTEL_KBL_UQ_IMC         0x5914
+#define PCI_DEVICE_ID_INTEL_KBL_SD_IMC         0x590f
+#define PCI_DEVICE_ID_INTEL_KBL_SQ_IMC         0x591f
+#define PCI_DEVICE_ID_INTEL_CFL_2U_IMC         0x3ecc
+#define PCI_DEVICE_ID_INTEL_CFL_4U_IMC         0x3ed0
+#define PCI_DEVICE_ID_INTEL_CFL_4H_IMC         0x3e10
+#define PCI_DEVICE_ID_INTEL_CFL_6H_IMC         0x3ec4
 #define PCI_DEVICE_ID_INTEL_CFL_2S_D_IMC       0x3e0f
 #define PCI_DEVICE_ID_INTEL_CFL_4S_D_IMC       0x3e1f
 #define PCI_DEVICE_ID_INTEL_CFL_6S_D_IMC       0x3ec2

Reply via email to