From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752062Ab0IOIOT (ORCPT ); Wed, 15 Sep 2010 04:14:19 -0400 Received: from hera.kernel.org ([140.211.167.34]:45304 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750932Ab0IOIOR (ORCPT ); Wed, 15 Sep 2010 04:14:17 -0400 Message-ID: <4C908047.404@kernel.org> Date: Wed, 15 Sep 2010 10:13:59 +0200 From: Tejun Heo User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.9) Gecko/20100825 Lightning/1.0b2 Thunderbird/3.1.3 MIME-Version: 1.0 To: Randy Dunlap CC: lkml , Naohiro Aota , Jiri Kosina Subject: Re: [PATCH] docbook: add idr/ida to kernel-api docbook References: <20100914150851.f5ae1da2.randy.dunlap@oracle.com> In-Reply-To: <20100914150851.f5ae1da2.randy.dunlap@oracle.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (hera.kernel.org [127.0.0.1]); Wed, 15 Sep 2010 08:14:02 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/15/2010 12:08 AM, Randy Dunlap wrote: > From: Randy Dunlap > > Add idr/ida to kernel-api docbook. > Fix typos and kernel-doc notation. > > Includes idr patches from Naohiro Aota (for > completeness only; will wait for those to be merged via the trivial tree). > > Signed-off-by: Randy Dunlap > Cc: Tejun Heo > Cc: Naohiro Aota > Cc: Jiri Kosina Acked-by: Tejun Heo Thank you. -- tejun