From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751950AbdCIDcq (ORCPT ); Wed, 8 Mar 2017 22:32:46 -0500 Received: from cn.fujitsu.com ([59.151.112.132]:39911 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1750770AbdCIDcp (ORCPT ); Wed, 8 Mar 2017 22:32:45 -0500 X-IronPort-AV: E=Sophos;i="5.22,518,1449504000"; d="scan'208";a="16360185" Subject: Re: [PATCH] lib/idr: trivial: Fix typo in file header To: , References: <1480489909-4991-1-git-send-email-caoj.fnst@cn.fujitsu.com> CC: , , From: Cao jin Message-ID: <58C0CE0B.4060507@cn.fujitsu.com> Date: Thu, 9 Mar 2017 11:37:47 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <1480489909-4991-1-git-send-email-caoj.fnst@cn.fujitsu.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.167.226.69] X-yoursite-MailScanner-ID: 4430447D8B8B.A7F04 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: caoj.fnst@cn.fujitsu.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Seems it is missed. CCing more people On 11/30/2016 03:11 PM, Cao jin wrote: > Signed-off-by: Cao jin > --- > lib/idr.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/idr.c b/lib/idr.c > index 6098336df267..69fa487dbfda 100644 > --- a/lib/idr.c > +++ b/lib/idr.c > @@ -14,7 +14,7 @@ > * by the id to obtain the pointer. The bitmap makes allocating > * a new id quick. > * > - * You call it to allocate an id (an int) an associate with that id a > + * You call it to allocate an id (an int) and associate with that id a > * pointer or what ever, we treat it as a (void *). You can pass this > * id to a user for him to pass back at a later time. You then pass > * that id to this code and it returns your pointer. > -- Sincerely, Cao jin