diff options
| -rw-r--r-- | arch/s390/pci/pci.c | 4 | ||||
| -rw-r--r-- | arch/s390/pci/pci_clp.c | 4 | ||||
| -rw-r--r-- | arch/s390/pci/pci_debug.c | 4 | ||||
| -rw-r--r-- | arch/s390/pci/pci_event.c | 4 | ||||
| -rw-r--r-- | arch/s390/pci/pci_sysfs.c | 4 | ||||
| -rw-r--r-- | drivers/pci/hotplug/s390_pci_hpc.c | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/arch/s390/pci/pci.c b/arch/s390/pci/pci.c index 30de42730b2f..2fa7b14b9c08 100644 --- a/arch/s390/pci/pci.c +++ b/arch/s390/pci/pci.c | |||
| @@ -15,8 +15,8 @@ | |||
| 15 | * Thomas Klein | 15 | * Thomas Klein |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #define COMPONENT "zPCI" | 18 | #define KMSG_COMPONENT "zpci" |
| 19 | #define pr_fmt(fmt) COMPONENT ": " fmt | 19 | #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
| 20 | 20 | ||
| 21 | #include <linux/kernel.h> | 21 | #include <linux/kernel.h> |
| 22 | #include <linux/slab.h> | 22 | #include <linux/slab.h> |
diff --git a/arch/s390/pci/pci_clp.c b/arch/s390/pci/pci_clp.c index 96545d7659fd..6e22a247de9b 100644 --- a/arch/s390/pci/pci_clp.c +++ b/arch/s390/pci/pci_clp.c | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | * Jan Glauber <jang@linux.vnet.ibm.com> | 5 | * Jan Glauber <jang@linux.vnet.ibm.com> |
| 6 | */ | 6 | */ |
| 7 | 7 | ||
| 8 | #define COMPONENT "zPCI" | 8 | #define KMSG_COMPONENT "zpci" |
| 9 | #define pr_fmt(fmt) COMPONENT ": " fmt | 9 | #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
| 10 | 10 | ||
| 11 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
| 12 | #include <linux/slab.h> | 12 | #include <linux/slab.h> |
diff --git a/arch/s390/pci/pci_debug.c b/arch/s390/pci/pci_debug.c index c5c66840ac00..eec598c5939f 100644 --- a/arch/s390/pci/pci_debug.c +++ b/arch/s390/pci/pci_debug.c | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | * Jan Glauber <jang@linux.vnet.ibm.com> | 5 | * Jan Glauber <jang@linux.vnet.ibm.com> |
| 6 | */ | 6 | */ |
| 7 | 7 | ||
| 8 | #define COMPONENT "zPCI" | 8 | #define KMSG_COMPONENT "zpci" |
| 9 | #define pr_fmt(fmt) COMPONENT ": " fmt | 9 | #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
| 10 | 10 | ||
| 11 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
| 12 | #include <linux/seq_file.h> | 12 | #include <linux/seq_file.h> |
diff --git a/arch/s390/pci/pci_event.c b/arch/s390/pci/pci_event.c index 6d7f5a3016ca..460fdb21cf61 100644 --- a/arch/s390/pci/pci_event.c +++ b/arch/s390/pci/pci_event.c | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | * Jan Glauber <jang@linux.vnet.ibm.com> | 5 | * Jan Glauber <jang@linux.vnet.ibm.com> |
| 6 | */ | 6 | */ |
| 7 | 7 | ||
| 8 | #define COMPONENT "zPCI" | 8 | #define KMSG_COMPONENT "zpci" |
| 9 | #define pr_fmt(fmt) COMPONENT ": " fmt | 9 | #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
| 10 | 10 | ||
| 11 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
| 12 | #include <linux/pci.h> | 12 | #include <linux/pci.h> |
diff --git a/arch/s390/pci/pci_sysfs.c b/arch/s390/pci/pci_sysfs.c index 9190214b8702..fa3ce891e597 100644 --- a/arch/s390/pci/pci_sysfs.c +++ b/arch/s390/pci/pci_sysfs.c | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | * Jan Glauber <jang@linux.vnet.ibm.com> | 5 | * Jan Glauber <jang@linux.vnet.ibm.com> |
| 6 | */ | 6 | */ |
| 7 | 7 | ||
| 8 | #define COMPONENT "zPCI" | 8 | #define KMSG_COMPONENT "zpci" |
| 9 | #define pr_fmt(fmt) COMPONENT ": " fmt | 9 | #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
| 10 | 10 | ||
| 11 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
| 12 | #include <linux/stat.h> | 12 | #include <linux/stat.h> |
diff --git a/drivers/pci/hotplug/s390_pci_hpc.c b/drivers/pci/hotplug/s390_pci_hpc.c index d1332d2f8730..d77e46bca54c 100644 --- a/drivers/pci/hotplug/s390_pci_hpc.c +++ b/drivers/pci/hotplug/s390_pci_hpc.c | |||
| @@ -7,8 +7,8 @@ | |||
| 7 | * Jan Glauber <jang@linux.vnet.ibm.com> | 7 | * Jan Glauber <jang@linux.vnet.ibm.com> |
| 8 | */ | 8 | */ |
| 9 | 9 | ||
| 10 | #define COMPONENT "zPCI hpc" | 10 | #define KMSG_COMPONENT "zpci" |
| 11 | #define pr_fmt(fmt) COMPONENT ": " fmt | 11 | #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
| 12 | 12 | ||
| 13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
| 14 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |
