From: Heiko Carstens Date: Mon, 24 Jul 2023 16:24:27 +0000 (+0200) Subject: s390/diag: fix diagnose 8c description X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e810487385de409e826f249fcce13105b5513a65;p=linux.git s390/diag: fix diagnose 8c description The comment above diag8c() describes diagnose 210, not diagnose 8c. Add a proper short description. Reviewed-by: Sven Schnelle Signed-off-by: Heiko Carstens --- diff --git a/arch/s390/kernel/diag.c b/arch/s390/kernel/diag.c index f287713baf6d8..f9f06cd8fcee6 100644 --- a/arch/s390/kernel/diag.c +++ b/arch/s390/kernel/diag.c @@ -223,7 +223,7 @@ int diag210(struct diag210 *addr) EXPORT_SYMBOL(diag210); /* - * Diagnose 210: Get information about a virtual device + * Diagnose 8C: Access 3270 Display Device Information */ int diag8c(struct diag8c *addr, struct ccw_dev_id *devno) {