s390/diag: fix diagnose 8c description
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 24 Jul 2023 16:24:27 +0000 (18:24 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Thu, 27 Jul 2023 11:11:35 +0000 (13:11 +0200)
The comment above diag8c() describes diagnose 210, not diagnose 8c.
Add a proper short description.

Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/diag.c

index f287713baf6d8af09a160ad66e3aaecf36a4dc8a..f9f06cd8fcee660c0ce7899800254cf77f6daa53 100644 (file)
@@ -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)
 {