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, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 1832DC31E51 for ; Tue, 18 Jun 2019 12:38:58 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 95D5F20679 for ; Tue, 18 Jun 2019 12:38:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 95D5F20679 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 45Sngz4Gs2zDqYB for ; Tue, 18 Jun 2019 22:38:55 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gmail.com (client-ip=209.85.167.66; helo=mail-lf1-f66.google.com; envelope-from=geert.uytterhoeven@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Received: from mail-lf1-f66.google.com (mail-lf1-f66.google.com [209.85.167.66]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 45SnYy4qLxzDqTh for ; Tue, 18 Jun 2019 22:33:41 +1000 (AEST) Received: by mail-lf1-f66.google.com with SMTP id r15so9118340lfm.11 for ; Tue, 18 Jun 2019 05:33:41 -0700 (PDT) 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=Uu5fsfeSKBLjAO6CcaXJptLAJKKL+GmQf7S6qdJonrA=; b=j+vJdT5c9nSFkcmC22WaaHm8+udg6Gx8gXrUeZE3HoK8OExP8FDvXgwjZO2B8oIk6U T5hucoq8gM7wOpykWC3wbz15RU/o8ABDfuDrvyDpt9f/dYTkZfyyQQ6MyESFR339zeGv ImlIEKv1q7MrW6vezgO3OrKa+2dNK5nfXqA6trd90WMDRb7nGH4z0E5qGgEzhdKQk7yz uKBJ3Ec1TsLcZrk84X3spJyseiRJTwWOCrGkoi2uD2mnqGUgZ9G3eo2x3JTZxnofrgPA pneeyOai/zy1p8yrb9P+Cg6iX2+kJr8JQNtrAmfKzRyNqbw7s7evvUppszN0skwSkPZ2 wLew== X-Gm-Message-State: APjAAAXQkgYbpVotf8jM22rXRchTjDIGmy/5Z5JBRtyFTh1/PCKuC0ge xDNUoQMOopuQReUXDNWmW/nBLXJx36p65BiXsLI= X-Google-Smtp-Source: APXvYqy3CG/KMiJNVvQajIRjle46rTcfCVT6YO7+mcJZq39Lg6zJSQkAHqPqU9bU+uF/n6qUszu159aqvOeo8pX1hpE= X-Received: by 2002:a19:6e41:: with SMTP id q1mr51131788lfk.20.1560861216107; Tue, 18 Jun 2019 05:33:36 -0700 (PDT) MIME-Version: 1.0 References: <20190617145204.6810-1-geert+renesas@glider.be> <87muifozfd.fsf@concordia.ellerman.id.au> In-Reply-To: <87muifozfd.fsf@concordia.ellerman.id.au> From: Geert Uytterhoeven Date: Tue, 18 Jun 2019 14:33:23 +0200 Message-ID: Subject: Re: [PATCH] selftests/powerpc: Add missing newline at end of file To: Michael Ellerman Content-Type: text/plain; charset="UTF-8" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Geert Uytterhoeven , linuxppc-dev , Linux Kernel Mailing List , Paul Mackerras , "open list:KERNEL SELFTEST FRAMEWORK" , Shuah Khan Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Michael, On Tue, Jun 18, 2019 at 2:23 PM Michael Ellerman wrote: > Geert Uytterhoeven writes: > > "git diff" says: > > > > \ No newline at end of file > > > > after modifying the file. > > Is that a problem? > > Just curious because it was presumably me that broke it :) It looks messy ;-) > > diff --git a/tools/testing/selftests/powerpc/mm/.gitignore b/tools/testing/selftests/powerpc/mm/.gitignore > > index ba919308fe3052f3..16861ab840f57e90 100644 > > --- a/tools/testing/selftests/powerpc/mm/.gitignore > > +++ b/tools/testing/selftests/powerpc/mm/.gitignore > > @@ -3,4 +3,4 @@ subpage_prot > > tempfile > > prot_sao > > segv_errors > > -wild_bctr > > \ No newline at end of file > > +wild_bctr 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