Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2621600ybi; Mon, 17 Jun 2019 07:52:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqyr/BUm5GiEO/rFGzV7SkYAD7VJLgFMq4YB68Q1AacyYcuIhDP2IEFtE746Q5jBDByJFzrU X-Received: by 2002:a17:90a:b00b:: with SMTP id x11mr26819457pjq.120.1560783159731; Mon, 17 Jun 2019 07:52:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560783159; cv=none; d=google.com; s=arc-20160816; b=v6trpaoN3PUKi3PcKYGA/O0/cJYMvKFXnT0+xbDEZOyz/JGjOsCy+c/sIYEDRBB5km xfki/7kMdYbFGze0RORhUltvwCIh2bqDydhvFyvwdUDawQSz0snLS8b8T/IoYkxLljw4 RUW1OL/0eu9CwPvKM+e1+UPiJ0/Bnpj1t4SoNm8rqpfAEiHOK4Uwdu/OunIf+YK+Th6q B1fLnMBdjS4bKA0GtVKbaxKBDAFl14rs6SgyrD+iB9CDBaY7bvgyLumZrN4hQmpq/jy0 KoLbEgZ/7iojcjCi54zf1q5cNnZDEBWHbKg23APbRn1X6Y16Wx4KTc4l12nJbRZ2Sfos 00cA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=mLc3XjwNKR01LxUJdaAFtj+nB7mM5uYeNs8JlD5DW/0=; b=tFAVhZoK75YKEitMjuG6wFUtnn7iuDYzVE0arEPNuI2r/QrjZUs8yUiH7WfdBKtbGc gja4fFJ8ZHXfpULeYohhw3wMuk8aYuSRjIdPBmXvhI5WSuoDdSo/FfghrgboLSN/g1WP kWjteXDEReeR3U2We7ZBD14e8BzKXbvWr0TE2TfJvby8eYg/b8bsTL1aK8uy/l2Z5vd/ byszf5c6FOIxAZBn8w9Xfw0clwA00cN1pc/Lrnk5auPCKdmj19w9zrZYU1rw+IWsej3Y PKP2I758YGF4dA/Nf/W+Plt68W9AJFxl2QFGQ/p16Ig8qA1n+n0STSmysIbkoDOczGd6 S23Q== 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 j14si9901464pll.251.2019.06.17.07.52.24; Mon, 17 Jun 2019 07:52:39 -0700 (PDT) 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 S1728134AbfFQOwJ (ORCPT + 99 others); Mon, 17 Jun 2019 10:52:09 -0400 Received: from laurent.telenet-ops.be ([195.130.137.89]:41778 "EHLO laurent.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726405AbfFQOwI (ORCPT ); Mon, 17 Jun 2019 10:52:08 -0400 Received: from ramsan ([84.194.111.163]) by laurent.telenet-ops.be with bizsmtp id Rqs52000E3XaVaC01qs5gl; Mon, 17 Jun 2019 16:52:06 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1hcszN-0002MC-Px; Mon, 17 Jun 2019 16:52:05 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1hcszN-0001mb-Ol; Mon, 17 Jun 2019 16:52:05 +0200 From: Geert Uytterhoeven To: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Shuah Khan Cc: linuxppc-dev@lists.ozlabs.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] selftests/powerpc: Add missing newline at end of file Date: Mon, 17 Jun 2019 16:52:04 +0200 Message-Id: <20190617145204.6810-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "git diff" says: \ No newline at end of file after modifying the file. Signed-off-by: Geert Uytterhoeven --- tools/testing/selftests/powerpc/mm/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1