Fix typo in hw_handler status parameters.
--- diff/drivers/md/dm-mpath.c	2004-10-29 16:46:22.000000000 +0100
+++ source/drivers/md/dm-mpath.c	2004-10-29 17:16:36.000000000 +0100
@@ -871,7 +871,7 @@
 	char state;
 
 	if (hwh->type && hwh->type->status)
-		sz += hwh->type->status(hwh, type, result + sz, maxlen = sz);
+		sz += hwh->type->status(hwh, type, result + sz, maxlen - sz);
 	else if (type == STATUSTYPE_INFO)
 		DMEMIT("0 ");
 	else
