From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754912AbcFHX2Z (ORCPT ); Wed, 8 Jun 2016 19:28:25 -0400 Received: from ozlabs.org ([103.22.144.67]:46800 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751049AbcFHX2Y (ORCPT ); Wed, 8 Jun 2016 19:28:24 -0400 From: Rusty Russell To: Geliang Tang , Andrew Morton , Rasmus Villemoes , Eric Biggers , "Peter Zijlstra \(Intel\)" Cc: Geliang Tang , linux-kernel@vger.kernel.org, Jiri Kosina Subject: Re: [PATCH] cpumask: fix code comment In-Reply-To: <71aae2c60ae5dae0cf554199ce6aea8f88c69347.1465380581.git.geliangtang@gmail.com> References: <71aae2c60ae5dae0cf554199ce6aea8f88c69347.1465380581.git.geliangtang@gmail.com> User-Agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Thu, 09 Jun 2016 08:52:36 +0930 Message-ID: <871t47e05f.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Geliang Tang writes: > Fix code comment for cpumask_parse(). > > Signed-off-by: Geliang Tang Acked-by: Rusty Russell (CC'd trivial@kernel.org). Thanks, Rusty. > --- > include/linux/cpumask.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h > index e828cf6..da7fbf1 100644 > --- a/include/linux/cpumask.h > +++ b/include/linux/cpumask.h > @@ -579,7 +579,7 @@ static inline int cpumask_parselist_user(const char __user *buf, int len, > } > > /** > - * cpumask_parse - extract a cpumask from from a string > + * cpumask_parse - extract a cpumask from a string > * @buf: the buffer to extract from > * @dstp: the cpumask to set. > * > -- > 1.9.1