From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 1/2] net: add doc for in6_pton() Date: Fri, 12 Oct 2012 13:58:31 -0400 (EDT) Message-ID: <20121012.135831.971718285184392410.davem@davemloft.net> References: <1350025577-792-1-git-send-email-amwang@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: amwang@redhat.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:49446 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759921Ab2JLR6w (ORCPT ); Fri, 12 Oct 2012 13:58:52 -0400 In-Reply-To: <1350025577-792-1-git-send-email-amwang@redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Cong Wang Date: Fri, 12 Oct 2012 15:06:16 +0800 > It is not easy to use in6_pton() correctly without reading > its definition, so add some doc for it. > > Cc: David S. Miller > Signed-off-by: Cong Wang Applied.