patch-2.2.15 linux/drivers/s390/block/dasd_proc.c

Next file: linux/drivers/s390/block/dasd_profile.c
Previous file: linux/drivers/s390/block/dasd_eckd.c
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/drivers/s390/block/dasd_proc.c linux/drivers/s390/block/dasd_proc.c
@@ -92,11 +92,11 @@
 		if ( len >= PAGE_SIZE - 80 )
 			len += sprintf ( buf + len, "terminated...\n");
 		len += sprintf ( buf + len,
-				 "%04X %3d %5d /dev/dd%04X",
+				 "%04X %3d %5d /dev/dasd%c",
 				 dasd_info[i]->info.devno,
 				 DASD_MAJOR,
 				 i << PARTN_BITS,
-				 i );
+				 'a' + i );
                 if (info->flags == DASD_NOT_FORMATTED) {
 			len += sprintf ( buf + len, "    n/a");
 		} else {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)