lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1287561063-24548-1-git-send-email-xiaosuo@gmail.com> Date: Wed, 20 Oct 2010 15:51:03 +0800 From: Changli Gao <xiaosuo@...il.com> To: Remi Denis-Courmont <remi.denis-courmont@...ia.com> Cc: "David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org, Changli Gao <xiaosuo@...il.com> Subject: [PATCH] phonet: remove the unused variable pn Signed-off-by: Changli Gao <xiaosuo@...il.com> --- net/phonet/pep.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/phonet/pep.c b/net/phonet/pep.c index 9c903f9..3e60f2e 100644 --- a/net/phonet/pep.c +++ b/net/phonet/pep.c @@ -300,7 +300,6 @@ static int pipe_handler_send_ind(struct sock *sk, u8 utid, u8 msg_id) static int pipe_handler_enable_pipe(struct sock *sk, int enable) { - struct pep_sock *pn = pep_sk(sk); int utid, req; if (enable) { -- 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