[PATCH][TRIVIAL 2.4] Unused label in net/sunrpc/xdr.c

From: Stephane Ouellette
Date: Sat Aug 09 2003 - 11:18:15 EST


Folks,

the following patch removes an unused label in net/sunrpc/xdr.c

The patch applies to 2.4.22-rc1-ac1.

Stephane Ouellette.

--- linux-2.4.22-rc1-ac1-orig/net/sunrpc/xdr.c Fri Aug 8 22:34:34 2003
+++ linux-2.4.22-rc1-ac1-fixed/net/sunrpc/xdr.c Sat Aug 9 10:50:39 2003
@@ -231,7 +231,7 @@
iov->iov_base = (char *)xdr->tail[0].iov_base + base;
iov++;
}
- out:
+
return (iov - iov_base);
out_err:
for (; first_kmap != ppage; first_kmap++)