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 5FDADC433FE for ; Mon, 7 Mar 2022 18:00:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244609AbiCGSBC (ORCPT ); Mon, 7 Mar 2022 13:01:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51338 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236338AbiCGSA7 (ORCPT ); Mon, 7 Mar 2022 13:00:59 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8BE6C5DE5F for ; Mon, 7 Mar 2022 10:00:03 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 20095B80EA0 for ; Mon, 7 Mar 2022 18:00:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 83F79C340E9; Mon, 7 Mar 2022 18:00:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646676000; bh=lQWjmwYWbJgnuGHNcgS357Huz1WxQwWxJwvttkWQeTI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uHU0613XTZEZhMDg+hdpFIsri7jZC9cGOlxiWptr5n7+2o9A9E6WNyi7/hZVFkeAA 7MaAFTSWY4a0AuZr20LMmxV9aqf+tnfgepxTeRBpj5PWMLAdT5TiubQVK9XPVOggCc hlZcH5feC3RoWe+caLuzM/dAdyKb5rhDBWIFfPQILlDWmivYCepMKO7LI+UlGnIday WnWes8MHrq8FnwsINdd87+V0IU8ZQoipLmlrERXQJ268HPBGgZQ316MtCaqpiAfxSq hMV9TZdkaVR20NpykzgO/3YP6PfmIgF54gd01Z2LO7dyuAH0fRh+NjBusv951nVbxF 1SSgJkTbKsdsQ== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 145CB403C8; Mon, 7 Mar 2022 14:59:57 -0300 (-03) Date: Mon, 7 Mar 2022 14:59:57 -0300 From: Arnaldo Carvalho de Melo To: Miguel Ojeda Cc: Rasmus Villemoes , Arnaldo Carvalho de Melo , Miguel Ojeda , linux-kernel , Ard Biesheuvel Subject: Re: [PATCH] tools: compiler.h: remove duplicate #ifndef noinline block Message-ID: References: <20211015083144.2767725-1-linux@rasmusvillemoes.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, Oct 15, 2021 at 01:46:02PM +0200, Miguel Ojeda escreveu: > On Fri, Oct 15, 2021 at 10:31 AM Rasmus Villemoes > wrote: > > > > The same three lines also appear a bit earlier in the same file. > > > > Signed-off-by: Rasmus Villemoes > > Looks good to me -- they also appear to be at the same level. > > Reviewed-by: Miguel Ojeda Fell thru the cracks, duh. Thanks, applied. - Arnaldo