From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755981AbYLaJX5 (ORCPT ); Wed, 31 Dec 2008 04:23:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753160AbYLaJXs (ORCPT ); Wed, 31 Dec 2008 04:23:48 -0500 Received: from ozlabs.org ([203.10.76.45]:55327 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752963AbYLaJXs (ORCPT ); Wed, 31 Dec 2008 04:23:48 -0500 From: Rusty Russell To: Li Zefan Subject: Re: [PATCH -tip] cpumask: fix bogus kernel-doc Date: Wed, 31 Dec 2008 19:53:37 +1030 User-Agent: KMail/1.10.3 (Linux/2.6.27-9-generic; KDE/4.1.3; i686; ; ) Cc: Ingo Molnar , Mike Travis , LKML References: <495B313E.7060701@cn.fujitsu.com> In-Reply-To: <495B313E.7060701@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812311953.39184.rusty@rustcorp.com.au> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 31 December 2008 19:15:50 Li Zefan wrote: > * @mask: pointer to cpumask_var_t where the cpumask is returned > * > * Only defined when CONFIG_CPUMASK_OFFSTACK=y, otherwise is > - * a nop returning a constant 1 (in ) > + * a nop (in ). > * Either returns an allocated (zero-filled) cpumask, or causes the > * system to panic. > */ Thanks, applied! Rusty.