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 34E09C64ED8 for ; Thu, 23 Feb 2023 14:00:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233315AbjBWOAb (ORCPT ); Thu, 23 Feb 2023 09:00:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232906AbjBWOAZ (ORCPT ); Thu, 23 Feb 2023 09:00:25 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF4E54DE08; Thu, 23 Feb 2023 06:00:24 -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 73C48B81992; Thu, 23 Feb 2023 14:00:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BEC2AC433EF; Thu, 23 Feb 2023 14:00:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677160822; bh=JnA0YflYHHHl3vV15cKiJ6n+ufwJedvbYA4DWUnOZqA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XRq6tlF45FvNHoYoDknCzE78dgTRXSSI6wfHMArqK6s2Uteh4Tvl8OoaICbWURBvi syjmUsjjtQ8vWErRn/WRROQldKaI7h/JH/73InbgpIAOtMRpffOepREMruKi4ykqGU y22U4d/dD4gUIEmbSSaVgmNqIxMOnNURgkZ0q/ylp5rRb82RFFfEsAEajVGhNRkcB1 LE5WOBJ0etEPGmFQQlcgTCHk8sxJpbd2UlT22SixTNVxrhE/9ruFk20wpfeW20CUXw Io06oD2hUqgK1Z+vI4Z0415pVQOlZMSJ4JzzRGrVlSQlULCIDeHGoqkbYuUm+kYaYX 49j89g3DoO9Lw== Date: Thu, 23 Feb 2023 14:00:15 +0000 From: Lee Jones To: Andy Shevchenko Cc: Okan Sahin , Rob Herring , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Jonathan Cameron , Lars-Peter Clausen , Geert Uytterhoeven , ChiYuan Huang , Lad Prabhakar , William Breathitt Gray , Ramona Bolboaca , Caleb Connolly , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org Subject: Re: [PATCH v5 5/5] mfd: max77541: Add ADI MAX77541/MAX77540 PMIC Support Message-ID: References: <20230221103926.49597-1-okan.sahin@analog.com> <20230221103926.49597-6-okan.sahin@analog.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 22 Feb 2023, Andy Shevchenko wrote: > On Wed, Feb 22, 2023 at 03:32:55PM +0000, Lee Jones wrote: > > On Tue, 21 Feb 2023, Andy Shevchenko wrote: > > > On Tue, Feb 21, 2023 at 01:39:13PM +0300, Okan Sahin wrote: > > ... > > > > > +#ifndef __MAX77541_MFD_H__ > > > > +#define __MAX77541_MFD_H__ > > > > > > Can we go towards consistency in this? > > > Seems to me the most used patter so far is > > > > > > #ifndef __LINUX_MFD_MAX77541_H > > > > Drop the LINUX_ part please. > > Wouldn't be better to get rid of its usage at once? > Perhaps after v6.3-rc1 is out. Patches always welcome. -- Lee Jones [李琼斯]