Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270250AbUJTCda (ORCPT ); Tue, 19 Oct 2004 22:33:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269225AbUJTCdX (ORCPT ); Tue, 19 Oct 2004 22:33:23 -0400 Received: from pimout1-ext.prodigy.net ([207.115.63.77]:48324 "EHLO pimout1-ext.prodigy.net") by vger.kernel.org with ESMTP id S270286AbUJTCcr (ORCPT ); Tue, 19 Oct 2004 22:32:47 -0400 Date: Tue, 19 Oct 2004 19:32:43 -0700 To: LKML Subject: [PATCH] uml: process_kern.c --- remove unused label Message-ID: <20041020023243.GB8597@taniwha.stupidest.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline From: cw@f00f.org (Chris Wedgwood) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 599 Lines: 20 remove unused label/warning Signed-off-by: cw@f00f.org diff -Nru a/arch/um/kernel/tt/process_kern.c b/arch/um/kernel/tt/process_kern.c --- a/arch/um/kernel/tt/process_kern.c 2004-10-19 17:48:11 -07:00 +++ b/arch/um/kernel/tt/process_kern.c 2004-10-19 17:48:11 -07:00 @@ -305,7 +305,6 @@ change_sig(SIGUSR1, 0); err = 0; - out: return(err); } - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/