Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>

+1 -1
+1 -1
arch/s390/kernel/diag.c
··· 223 223 EXPORT_SYMBOL(diag210); 224 224 225 225 /* 226 - * Diagnose 210: Get information about a virtual device 226 + * Diagnose 8C: Access 3270 Display Device Information 227 227 */ 228 228 int diag8c(struct diag8c *addr, struct ccw_dev_id *devno) 229 229 {