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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4C532C352A4 for ; Mon, 10 Feb 2020 11:16:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 23CB62080C for ; Mon, 10 Feb 2020 11:16:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727570AbgBJLQs (ORCPT ); Mon, 10 Feb 2020 06:16:48 -0500 Received: from mail-oi1-f194.google.com ([209.85.167.194]:37714 "EHLO mail-oi1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727496AbgBJLQs (ORCPT ); Mon, 10 Feb 2020 06:16:48 -0500 Received: by mail-oi1-f194.google.com with SMTP id q84so8853606oic.4 for ; Mon, 10 Feb 2020 03:16:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Qf+RmXtVHoM2BJ7K3B9+KMPmOAjpiwg3jHQkAh5p0gk=; b=OsRy17H0CvKEAp96EwtZvzCE1Ux5fgUXPhasZ3T12EEGBmeeT9P10L8luuufEFVQ0y z2w7r6ck7hC/QWtpJHkYN7YaiaXWjza3XE48INMnUdcif5Bim5laC9tyNytk59m1vYKr 7ItB5nOqkRsNDrpYKiuLc3JDo53LTBUe5k4FYYH0IrJ+pjrS+AONChjMyzUzGvDu/QAU gbBYQggEMXYmTz/4Z+S3lANng0XeUtRdPkl9EgLQFpCUqy8v0Wcj8QDqNXmiM+fSfz+E niiYlAkl+OM7ix5Hs40RzDOgqcuGkBiDjpNtcmixAWbnw7dxrXAgTUq8zhqySmW/QFG7 aDTQ== X-Gm-Message-State: APjAAAX/cDjDx6dXAkfy+/P7yR04B6x/DpRCRBntXuzLC/d3VTkMqEVd UJAmkBhKoM/t9aPZhh7sk23oc6nyllagYFz7i4w= X-Google-Smtp-Source: APXvYqxrrT+8agXt+fAds9QqA4tgY4isM2JF5hIB6pYYkxVBUlFbw2No+3wvWZ2Cpv3KgPESTHi6YlSF/M+iCSeY+DM= X-Received: by 2002:aca:48cd:: with SMTP id v196mr523520oia.102.1581333406509; Mon, 10 Feb 2020 03:16:46 -0800 (PST) MIME-Version: 1.0 References: <20191120133721.12178-1-krzk@kernel.org> In-Reply-To: <20191120133721.12178-1-krzk@kernel.org> From: Geert Uytterhoeven Date: Mon, 10 Feb 2020 12:16:35 +0100 Message-ID: Subject: Re: [PATCH] m68k: Fix Kconfig indentation To: Krzysztof Kozlowski Cc: Linux Kernel Mailing List , linux-m68k Content-Type: text/plain; charset="UTF-8" Sender: linux-m68k-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-m68k@vger.kernel.org On Wed, Nov 20, 2019 at 2:37 PM 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 > Acked-by: Geert Uytterhoeven Thanks, applied and queued for v5.7. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds