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 739E7C433FE for ; Wed, 9 Nov 2022 15:56:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229942AbiKIP4f (ORCPT ); Wed, 9 Nov 2022 10:56:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229518AbiKIP4e (ORCPT ); Wed, 9 Nov 2022 10:56:34 -0500 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2365817E07; Wed, 9 Nov 2022 07:56:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668009394; x=1699545394; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=Xo7G88qj6ob5jmRFCAQuRAuziNegSNfDATamLTIqWcA=; b=CY1Ol9BaCFS6tgDQVZ//bOqkjajfzoP1U2coeX4cwxeLrTWsONJ1C4y1 TKS293sEWVIXc/erJLusQ/uSaHhk7iQ+Z0sR7QzOzGyuVc+YSCbQKaVGV fR+EYp+5+6cINcN2LAj6fOaDbncMJ0I0vjYESkP1zJ65vxjnUYhDapsdJ KKLw9blMxfWisq8VKb8ii8oaZSfDtmLC/1z/KEgZtTirf6ydWJ8+jzNfe RCeoGhuEz88pAxacDh/kv9fNnbh3qiitEe6lX2wrnK+1l2kfppGSXq3DH SI15xggi60Sd/1o/kNF4f8TVG2scJmweW7yRNOV2wIQzPpuK1zP3q5wu+ w==; X-IronPort-AV: E=McAfee;i="6500,9779,10526"; a="312175960" X-IronPort-AV: E=Sophos;i="5.96,151,1665471600"; d="scan'208";a="312175960" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2022 07:56:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10526"; a="881974205" X-IronPort-AV: E=Sophos;i="5.96,151,1665471600"; d="scan'208";a="881974205" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga006.fm.intel.com with ESMTP; 09 Nov 2022 07:56:26 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1osnRB-009oaF-0j; Wed, 09 Nov 2022 17:56:25 +0200 Date: Wed, 9 Nov 2022 17:56:24 +0200 From: Andy Shevchenko To: Greg Kroah-Hartman Cc: "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: [PATCH v1 1/2] resource: Replace printk(KERN_WARNING) by pr_warn() Message-ID: References: <20221109105114.32886-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Wed, Nov 09, 2022 at 02:37:01PM +0100, Greg Kroah-Hartman wrote: > On Wed, Nov 09, 2022 at 01:26:47PM +0200, Andy Shevchenko wrote: > > On Wed, Nov 09, 2022 at 12:12:03PM +0100, Rafael J. Wysocki wrote: > > > On Wed, Nov 9, 2022 at 11:51 AM Andy Shevchenko > > > wrote: ... > > > > + resource_size_t end = addr + size - 1; > > > > > > And this change could be mentioned in the changelog too. > > > > And it's (indirectly). This is to have a variable to be consistent in the > > print. But I can add more explicit mention. > > Please do. v2 has been sent, thank you for review! -- With Best Regards, Andy Shevchenko