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 1BDFAECAAD2 for ; Thu, 1 Sep 2022 20:14:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234791AbiIAUOQ (ORCPT ); Thu, 1 Sep 2022 16:14:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46890 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231589AbiIAUOL (ORCPT ); Thu, 1 Sep 2022 16:14:11 -0400 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9DF719CCF2; Thu, 1 Sep 2022 13:14:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662063250; x=1693599250; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=pM8J3AnVQJbBuqcTeK4uG2AjiYCZxpuQqCQAnt+lLAA=; b=YPKl2/vZtyBCc+o6ThcC2xYf0/1L1qnKV1bAe2CGt+9ojlEJBw4wj7DE 8gI40Zt+XoLdBYSWqGhkdmPo2KLq9klbGhoiNZzqEiu+EpCD8bYcf/3ga WH8i1yovZU1ATiJcEdeKqGkVO6MTec1Y0elpCtRof0Xgo1oXnHdRFNBDH oDxFc4Q2QbCzDpJTfUG2HdPAETbFri8g7eiLV3XOjFFZOMWgQGHq/Vkcw +YwxieJ4HFFQKHCw5wtaC/XatHO8y7v0C5mPsr7lt0b3L1HlJQYo0H4PH +9fFtWyfg2WaRKNFyWym4f0nW+t1Og6ehJqLOxPEV5ZIrr0t8UvyCBQPi w==; X-IronPort-AV: E=McAfee;i="6500,9779,10457"; a="295827424" X-IronPort-AV: E=Sophos;i="5.93,281,1654585200"; d="scan'208";a="295827424" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 13:14:10 -0700 X-IronPort-AV: E=Sophos;i="5.93,281,1654585200"; d="scan'208";a="589694158" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 13:14:08 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1oTqZh-0071wG-2p; Thu, 01 Sep 2022 23:14:05 +0300 Date: Thu, 1 Sep 2022 23:14:05 +0300 From: Andy Shevchenko To: Keith Busch Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Arnd Bergmann , Andrew Morton Subject: Re: [RESEND][PATCH v1 1/1] asm-generic: Make parameter types consisten in _unaligned_be48() Message-ID: References: <20220830172713.43686-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-kernel@vger.kernel.org On Wed, Aug 31, 2022 at 11:01:11AM -0600, Keith Busch wrote: > On Tue, Aug 30, 2022 at 08:27:13PM +0300, Andy Shevchenko wrote: > > There is a convention to use internal kernel types, hence replace > > __u8 by u8. > > > > Signed-off-by: Andy Shevchenko > > Sorry for the delay, looks good. > > Reviewed-by: Keith Busch Thanks! Andrew, can you pick this up? -- With Best Regards, Andy Shevchenko