From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757483AbYDXKr5 (ORCPT ); Thu, 24 Apr 2008 06:47:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751876AbYDXKrq (ORCPT ); Thu, 24 Apr 2008 06:47:46 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:42720 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751140AbYDXKrq (ORCPT ); Thu, 24 Apr 2008 06:47:46 -0400 Date: Thu, 24 Apr 2008 03:47:45 -0700 (PDT) Message-Id: <20080424.034745.213455935.davem@davemloft.net> To: youvegotmoxie@gmail.com Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH] fix typo in net/ipv6/Kconfig From: David Miller In-Reply-To: <20080424103950.GA6723@snafu.setup> References: <20080424103950.GA6723@snafu.setup> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Michael Beasley Date: Thu, 24 Apr 2008 06:39:50 -0400 > diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig > index eb0b808..56b4d86 100644 > --- a/net/ipv6/Kconfig > +++ b/net/ipv6/Kconfig > @@ -172,7 +172,7 @@ config IPV6_SIT > Tunneling means encapsulating data of one protocol type within > another protocol and sending it over a channel that understands the > encapsulating protocol. This driver implements encapsulation of IPv6 > - into IPv4 packets. This is useful if you want to connect two IPv6 > + into IPv4 packets. This is useful if you want to connect to IPv6 > networks over an IPv4-only path. > > Saying M here will produce a module called sit.ko. If unsure, say Y. Your email client corrupted the patch, it has turned tab characters into spaces. You should also be sure to post your networking patches to netdev@vger.kernel.org as that's where the networking developers listen. Please also provide a proper Signed-off-by: line for your patch (see linux/Docuemtnation/SubmittingPatches, section 5). Thanks.