[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1263018983.20926.9.camel@Joe-Laptop.home>
Date: Fri, 08 Jan 2010 22:36:23 -0800
From: Joe Perches <joe@...ches.com>
To: Trond Myklebust <Trond.Myklebust@...app.com>
Cc: "David S. Miller" <davem@...emloft.net>,
netdev <netdev@...r.kernel.org>, linux-nfs@...r.kernel.org
Subject: [PATCH] net/sunrpc/addr.c: Remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@...ches.com>
diff --git a/net/sunrpc/addr.c b/net/sunrpc/addr.c
index 6dcdd25..2ef893e 100644
--- a/net/sunrpc/addr.c
+++ b/net/sunrpc/addr.c
@@ -149,7 +149,7 @@ static size_t rpc_pton4(const char *buf, const size_t buflen,
return 0;
sin->sin_family = AF_INET;
- return sizeof(struct sockaddr_in);;
+ return sizeof(struct sockaddr_in);
}
#if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists