]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
s390/cio: Remove outdated email address
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 31 Jan 2025 15:57:02 +0000 (16:57 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 18 Feb 2025 17:53:47 +0000 (18:53 +0100)
The linux390@de.ibm.com email address is outdated. It has been removed
from the MAINTAINERS file nearly 10 years ago with commit 64776820b4ff
("s390: remove generic email address from maintainers file"); remove
one of the last remaining occurrences.

Acked-by: Peter Oberparleiter <oberpar@linux.ibm.com>
Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/s390/cio/crw.c

index 4916dd0a7eb116c39732c9eec0d9c7538e08fcfb..3285ce636c5c351d74eb0d77054eade197bb0105 100644 (file)
@@ -77,9 +77,8 @@ repeat:
                if (unlikely(chain > 1)) {
                        struct crw tmp_crw;
 
-                       printk(KERN_WARNING"%s: Code does not support more "
-                              "than two chained crws; please report to "
-                              "linux390@de.ibm.com!\n", __func__);
+                       printk(KERN_WARNING "%s: Code does not support more than two chained crws\n",
+                              __func__);
                        ccode = stcrw(&tmp_crw);
                        printk(KERN_WARNING"%s: crw reports slct=%d, oflw=%d, "
                               "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n",