From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752137Ab0EVGB6 (ORCPT ); Sat, 22 May 2010 02:01:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36076 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751774Ab0EVGB5 (ORCPT ); Sat, 22 May 2010 02:01:57 -0400 Message-ID: <4BF77430.3040602@redhat.com> Date: Sat, 22 May 2010 14:05:36 +0800 From: Cong Wang User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Shredder/3.0.4 MIME-Version: 1.0 To: Randy Dunlap CC: lkml , torvalds Subject: Re: [PATCH] sysctl: fix kernel-doc notation and typos References: <20100521112953.91a7cb7e.randy.dunlap@oracle.com> In-Reply-To: <20100521112953.91a7cb7e.randy.dunlap@oracle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/22/10 02:29, Randy Dunlap wrote: > From: Randy Dunlap > > Fix kernel-doc warnings, kernel-doc special characters, and > typos in recent kernel/sysctl.c additions. > > Signed-off-by: Randy Dunlap > Cc: Amerigo Wang Looks good to me. Thanks a lot!