Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp175815ybl; Tue, 28 Jan 2020 21:21:04 -0800 (PST) X-Google-Smtp-Source: APXvYqxxIqp2QpjV2mk56YGTUsaTcTvxqfkhYUzxfu9qZeIm8CLasIcMB5+CjvnvsJJ5ijQmhK52 X-Received: by 2002:a9d:7a47:: with SMTP id z7mr7335121otm.179.1580275264695; Tue, 28 Jan 2020 21:21:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580275264; cv=none; d=google.com; s=arc-20160816; b=hIFEDfhcc5z4SkhgueDrRa7DjxOUBDiKl8xSScDOQAXrfcuBpGEs14NNxuq7ZAz77B yqwjmv/IfOqS+rE8VbIfgs5NZB4lE3R0icFWWBEkbxfC4NKkG6VsgwUtj6uh32Tq6e04 IskoQhlE6Uva7XcJv8QP3G5a29a0y/MNqeuA2DJmZGFZ6BS/6oV+vyyLYJMXAfPJ/Lmm V8PKd2DcCPcCOhd9sJ3sG+RvGRPZPnLxcGixXUhPtpwiJ+VgV5Aga+7G1V9Vztu9B/Xm lMXMxXzsVHSbiRHHkJem67UC7j6WbaHUJoj1QPBo51W+6VBYsN/vRKKzGBX+zBoFDUmO Ttrw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=T9O8gUNGkVi7TO/XQKsjRJoQgUugUlrVDnncjGsgczA=; b=T0uqG6reQ0Ee0Otc0c4OvtH7su4o1JG/mHk9axlGbPfgg79rJhjQdVsgDdfB7NQTYa KNEggIbrvOzUiJh8B4EW0PZppl+7ILqF0n/51WKmIN6tZz40GWQ6IcLAX39YNQDb3HLx i5wNEYy4/mverLxUeTRGB9gb6SzjAR//PNyVs1Z5tM5z8ebbhU19sywjfyWgipE1fMy8 8tHcUr7Z0LYrCdd8x04WdszxoYIRO4PeOdN4GCgbHYpHhLjaEqzyFUD/27M9xhHTms+P e1z+hdRztJ0Bn0+/yKWalgNyh2wFCyGMSs+YJibn5T7T2p7gKaOzYZDJhwlxBRk7W8Iz uIJQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k202si559717oih.244.2020.01.28.21.20.52; Tue, 28 Jan 2020 21:21:04 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726168AbgA2FR0 (ORCPT + 99 others); Wed, 29 Jan 2020 00:17:26 -0500 Received: from bilbo.ozlabs.org ([203.11.71.1]:50881 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725966AbgA2FR0 (ORCPT ); Wed, 29 Jan 2020 00:17:26 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 486sDh2bzQz9sRp; Wed, 29 Jan 2020 16:17:24 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 25dd118f4b2773490df12b9d190c1956cf3250c3 In-Reply-To: <20191120134115.14918-1-krzk@kernel.org> To: Krzysztof Kozlowski , linux-kernel@vger.kernel.org From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, Krzysztof Kozlowski Subject: Re: [PATCH] macintosh: Fix Kconfig indentation Message-Id: <486sDh2bzQz9sRp@ozlabs.org> Date: Wed, 29 Jan 2020 16:17:24 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2019-11-20 at 13:41:15 UTC, Krzysztof Kozlowski wrote: > Adjust indentation from spaces to tab (+optional two spaces) as in > coding style with command like: > $ sed -e 's/^ /\t/' -i */Kconfig > > Signed-off-by: Krzysztof Kozlowski Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/25dd118f4b2773490df12b9d190c1956cf3250c3 cheers