From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 92D49C64EC4 for ; Mon, 6 Mar 2023 19:50:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229755AbjCFTtw (ORCPT ); Mon, 6 Mar 2023 14:49:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51296 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229670AbjCFTtW (ORCPT ); Mon, 6 Mar 2023 14:49:22 -0500 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E43E3E09E for ; Mon, 6 Mar 2023 11:49:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678132162; x=1709668162; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=PpZTzDEzJRgmj5SZWgSzAgUxrR0le5Z07o9pFB5Z9wQ=; b=HFMuqQVMm3TIvOH8e1FKOBlz7cMxBoKAPZGypLdegSGBjGzY8viKVeMf wiRJ1gux0pLI3I5SkM6YKCinpNrUWma0/m3f77J5A4N47Pc0Fws9jDKc/ vddmUBj1HOLB6vnlWUYdpy7eiNuZ3psQT22cjmnZbotAIpBN0zhTUD6Xo KvSjdUWAezR2JrXefPVHwHjcJwCJrCkZQH1nO/juf+QGhi+ssZBsfFH+f huY0CXfipRA4h7exGknZQesiM0+h7xBOXYmgaVbVrRagWXEQZqhVLxM1n WA/UloY1bvsIwq5OLRUUK89hFdACcaHQxN0P26oGo3OdpM9Hf/m8Pcybn A==; X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="400482579" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="400482579" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Mar 2023 11:49:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="800113757" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="800113757" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga004.jf.intel.com with ESMTP; 06 Mar 2023 11:49:20 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pZGpi-00Gb25-2N; Mon, 06 Mar 2023 21:49:18 +0200 Date: Mon, 6 Mar 2023 21:49:18 +0200 From: Andy Shevchenko To: Yury Norov , linux-kernel@vger.kernel.org Cc: Rasmus Villemoes , Linus Torvalds Subject: Re: [PATCH v1 1/1] cpumask: Fix typo nr_cpumask_size --> nr_cpumask_bits Message-ID: References: <20230306152204.49836-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230306152204.49836-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 06, 2023 at 05:22:04PM +0200, Andy Shevchenko wrote: > I think the never used nr_cpumask_size is just a typo, > hence use existing redefinition that's called nr_cpumask_bits. In another thread we still mention this. Interesting... what did I miss? -- With Best Regards, Andy Shevchenko