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 5A318C77B75 for ; Tue, 18 Apr 2023 18:26:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232258AbjDRS0s (ORCPT ); Tue, 18 Apr 2023 14:26:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231390AbjDRS0r (ORCPT ); Tue, 18 Apr 2023 14:26:47 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED657659B; Tue, 18 Apr 2023 11:26:46 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 88FDF62C35; Tue, 18 Apr 2023 18:26:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A526FC433D2; Tue, 18 Apr 2023 18:26:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681842405; bh=vJJj0y3XGqN3FnldN+DWHS7oHWE51OlzKOTvzTeN+sY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=V813bxnQdAqOxELFWCvHHkT+e9xS3PzlryIybW+HOzc+1162cuN/466cAwFQY1vUQ Vh6Xmh3sE8ZnRn8EePc2HuMIvCjemC5AW1tZ0P+zF/Gkhk/lKyOdeq6qPLVmqetD2N fW37+TEAdeaCCvxpPf8wjZ3F+W3zMNsBZB+ftyg2u/9qySrEe3Vep+CFLIC/PqSPSX 3fwvNWt8l9Sr5moQNZppGbXUHXAKPJaaUl0AS5PR8C79vYNHQlZxWxjrzni6EfVYbl pCcJMXW/9q3LaLzENfGiBynslTJ8egn/EvLZAFo+TLVGyLIBOLxoDI2iwZlGJGgi/p Uc6D0OTQKpGlw== Date: Tue, 18 Apr 2023 19:26:38 +0100 From: Conor Dooley To: Alexandre Ghiti Cc: Jonathan Corbet , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Ian Rogers , Paul Walmsley , Palmer Dabbelt , Albert Ou , Atish Patra , Anup Patel , Will Deacon , Rob Herring , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, linux-riscv@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/4] include: riscv: Fix wrong include guard in riscv_pmu.h Message-ID: <20230418-shredder-veggie-6b995f75e1da@spud> References: <20230413161725.195417-1-alexghiti@rivosinc.com> <20230413161725.195417-3-alexghiti@rivosinc.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="GY50yUownOliVfyu" Content-Disposition: inline In-Reply-To: <20230413161725.195417-3-alexghiti@rivosinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org --GY50yUownOliVfyu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 13, 2023 at 06:17:23PM +0200, Alexandre Ghiti wrote: > The current include guard prevents the inclusion of asm/perf_event.h > which uses the same include guard: fix the one in riscv_pmu.h so that it > matches the file name. >=20 > Signed-off-by: Alexandre Ghiti lol, good one. Reviewed-by: Conor Dooley Thanks, Conor. --GY50yUownOliVfyu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZD7g3gAKCRB4tDGHoIJi 0niAAP9R259eWe2kmODzm2En3NOxwxP9CGs4KgroP/D3sYF+zQD8ClzxXEWszAAT RGbXZu9khMsxSJk412e+72gB5A7KfQc= =Py0L -----END PGP SIGNATURE----- --GY50yUownOliVfyu--