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 BE80FC7619A for ; Mon, 27 Mar 2023 06:55:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232105AbjC0GzX (ORCPT ); Mon, 27 Mar 2023 02:55:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32790 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231778AbjC0GzX (ORCPT ); Mon, 27 Mar 2023 02:55:23 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 5BD2849E1; Sun, 26 Mar 2023 23:55:21 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 255588108; Mon, 27 Mar 2023 06:55:20 +0000 (UTC) Date: Mon, 27 Mar 2023 09:55:18 +0300 From: Tony Lindgren To: Juerg Haefliger Cc: arnd@arndb.de, juergh@canonical.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, olof@lixom.net, sfr@canb.auug.org.au Subject: Re: [PATCH v2] ARM: omap1: Kconfig: Fix indentation Message-ID: <20230327065518.GQ7501@atomide.com> References: <20230315091152.132443-1-juerg.haefliger@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230315091152.132443-1-juerg.haefliger@canonical.com> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org * Juerg Haefliger [230315 11:12]: > The convention for indentation seems to be a single tab. Help text is > further indented by an additional two whitespaces. Fix the lines that > violate these rules. > > Signed-off-by: Juerg Haefliger > > --- > v2: Updated for latest upstream. Thans for updating it, applying into omap-for-v6.4/omap1. Regards, Tony 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 737FDC7619A for ; Mon, 27 Mar 2023 06:56:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=hENYRykIpX8pP3XU02I841wcg4aApWHCT9lCHR/9CJQ=; b=FUL9fnUYmtBmIx j01Eglcghep3Uykb36JKKOVmVSmiWpSNaUlaPz3QN/38EcsMcG9xQmKc6ZGqccWzkSQXK8lJKGvUD NKdq7/SpkYvCgbjJ6X9/pxk5X6AR7bYT7PFcCese3wSNW+/4tqcMV2105R8HO1dihWRRgn7dL1sh7 ux7nFigJP1eMY7pndrh18X2QMXI+8RtXKsWhnsFBEvL2VdFjCswDsUVubwQRDjsxz8S/AApicpkbh YQvBk/WGz/uXK8QEgZ/6Wgro9/bw9+H8ijmvvQSefOUFnjykZsciPpY6zH/YiwBYSyEHVlQTeP3BJ 0hQFoOqYUV5Y7dFarvyw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pgglM-00A0LQ-15; Mon, 27 Mar 2023 06:55:28 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pgglI-00A0KY-21 for linux-arm-kernel@lists.infradead.org; Mon, 27 Mar 2023 06:55:25 +0000 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 255588108; Mon, 27 Mar 2023 06:55:20 +0000 (UTC) Date: Mon, 27 Mar 2023 09:55:18 +0300 From: Tony Lindgren To: Juerg Haefliger Cc: arnd@arndb.de, juergh@canonical.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, olof@lixom.net, sfr@canb.auug.org.au Subject: Re: [PATCH v2] ARM: omap1: Kconfig: Fix indentation Message-ID: <20230327065518.GQ7501@atomide.com> References: <20230315091152.132443-1-juerg.haefliger@canonical.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230315091152.132443-1-juerg.haefliger@canonical.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230326_235524_730314_073BD928 X-CRM114-Status: UNSURE ( 7.39 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org * Juerg Haefliger [230315 11:12]: > The convention for indentation seems to be a single tab. Help text is > further indented by an additional two whitespaces. Fix the lines that > violate these rules. > > Signed-off-by: Juerg Haefliger > > --- > v2: Updated for latest upstream. Thans for updating it, applying into omap-for-v6.4/omap1. Regards, Tony _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel