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 51323C6FD1D for ; Sat, 1 Apr 2023 15:00:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229957AbjDAPAn (ORCPT ); Sat, 1 Apr 2023 11:00:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37622 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229852AbjDAPAm (ORCPT ); Sat, 1 Apr 2023 11:00:42 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C4311FD15; Sat, 1 Apr 2023 08:00:30 -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 3B092608C4; Sat, 1 Apr 2023 15:00:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BB4A4C4339C; Sat, 1 Apr 2023 15:00:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680361229; bh=tBvxCKnC7dkXLKyIXibho57HiZ0ol0RWN0+BvHDt4p0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=SAmu/zhFfEg1yLPiIxmglcKEg/mXs22MZ04hbs4Zm9XPMahPrRLvvLzgjOrxiAOOO DHMplbNYPGfri5r+nnRb4J9BjgH6sKr8dEPQVMbtmlChhHPAdIfro4CovQXv+wxTdt Qss9u+/ZXlX/8/JpjBRatzk4dnLuhjGFRWhI7pbnPA7YRhzdQcqiUZGrswJBBoshVt RCAPBnKh6VpJZ4BQT+VG/vIH7ZySXcV5IAlaUG89OMuiNVnGQgdLIhPhHBOCc/4fVr aadOXkiq4g5gqHZJuP0iIdQ4oCmwIKr9cpyQkc7Rtf5gAdlr41/yxfPcx5sNo4JQ0a 8mi6XpF0U7ofw== Date: Sat, 1 Apr 2023 16:15:37 +0100 From: Jonathan Cameron To: Linus Walleij Cc: Krzysztof Kozlowski , linux-iio@vger.kernel.org, Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Denis Ciocca , devicetree@vger.kernel.org, Diederik de Haas Subject: Re: [PATCH] dt-bindings: iio: st-sensors: Fix repeated text Message-ID: <20230401161537.687e6ff8@jic23-huawei> In-Reply-To: References: <20230329074614.1037625-1-linus.walleij@linaro.org> <23b2de4b-1198-bfcc-fd74-285da9af4fb3@linaro.org> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.37; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 29 Mar 2023 10:39:08 +0200 Linus Walleij wrote: > On Wed, Mar 29, 2023 at 10:25=E2=80=AFAM Krzysztof Kozlowski > wrote: >=20 > > Please drop the autogenerated scripts/get_maintainer.pl CC-entries from > > commit msg (Jonathan's, Lars', Rob's, mine, DT list). There is no single > > need to store automated output of get_maintainers.pl in the git log. It > > can be easily re-created at any given time, thus its presence in the git > > history is redundant and obfuscates the log. > > > > If you need it for your own patch management purposes, keep it under the > > --- separator. =20 >=20 > Oh yeah I've seen that people do this these days, just (old) bad habits. >=20 > I am trying to use b4 for this going forward, it always does the right th= ing. >=20 > Thanks! > Linus Walleij Applied with suggested tweaks. Thanks, Jonathan