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 317D5ECAAD4 for ; Wed, 31 Aug 2022 14:16:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232288AbiHaOQ5 (ORCPT ); Wed, 31 Aug 2022 10:16:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59300 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232137AbiHaOQV (ORCPT ); Wed, 31 Aug 2022 10:16:21 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 00E7EE0BF; Wed, 31 Aug 2022 07:16:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661955365; x=1693491365; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=lU/b5xtxFcAX48oYoAdtB/tqCv7ZZJ/uvnw63jeaSQc=; b=h6r1GLpLPhAi3PreOsEa13Yrwl8Of41u7yTtO/yWJoIPqeWknrEmDHoA ubsBqm5eQ7M98EpvNfJGhyk8V9Rq8KhIPUNvXQ9RFEEx0qAdyXiSQ7jsR IRsEjYOnAdK3yqAgba1tSoiKuVNHXCSXBki9mX1FOfcegqoYCtf4xLelE L+Jb9t3/X6WMFTxMrc+X2YiiLoEAHjFdzfyz4FEqj2axVCuWt95XNWXgi SiUo8kx75zGSh/KMIzlbcayovJCm4THwah5ydVIM6pwseFEMwYSMHzLrC EYpmu+Dl88jwGH+MNGlonspWQOvNLzrF72V0lx11eKhM/IG6PFkLcLJEU Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10456"; a="294195487" X-IronPort-AV: E=Sophos;i="5.93,278,1654585200"; d="scan'208";a="294195487" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2022 07:16:04 -0700 X-IronPort-AV: E=Sophos;i="5.93,278,1654585200"; d="scan'208";a="589045203" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2022 07:16:03 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1oTOVc-006Pf9-2B; Wed, 31 Aug 2022 17:16:00 +0300 Date: Wed, 31 Aug 2022 17:16:00 +0300 From: Andy Shevchenko To: Hans de Goede , platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Mark Gross Subject: Re: [PATCH v1 1/1] platform/x86: intel_cht_int33fe: Fix comment according to the code flow Message-ID: References: <20220824152115.88012-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220824152115.88012-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 Wed, Aug 24, 2022 at 06:21:15PM +0300, Andy Shevchenko wrote: > We don't use software_node_register_nodes() in the code, fix the comment. Any comments? -- With Best Regards, Andy Shevchenko