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=-10.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 4123FC06510 for ; Mon, 1 Jul 2019 13:58:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 248E021721 for ; Mon, 1 Jul 2019 13:58:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728844AbfGAN6b (ORCPT ); Mon, 1 Jul 2019 09:58:31 -0400 Received: from albert.telenet-ops.be ([195.130.137.90]:46454 "EHLO albert.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727707AbfGAN6b (ORCPT ); Mon, 1 Jul 2019 09:58:31 -0400 Received: from ramsan ([84.194.98.4]) by albert.telenet-ops.be with bizsmtp id XRyU2000L05gfCL06RyUH2; Mon, 01 Jul 2019 15:58:29 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1hhwpA-0007wQ-LC; Mon, 01 Jul 2019 15:58:28 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1hhwpA-000685-Jb; Mon, 01 Jul 2019 15:58:28 +0200 From: Geert Uytterhoeven To: "Rafael J . Wysocki" Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH v2] Documentation: ABI: power: Add missing newline at end of file Date: Mon, 1 Jul 2019 15:58:27 +0200 Message-Id: <20190701135827.23520-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 files. Signed-off-by: Geert Uytterhoeven --- v2: - Split patches per maintainer. --- Documentation/ABI/testing/sysfs-power | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/testing/sysfs-power b/Documentation/ABI/testing/sysfs-power index 18b7dc929234f625..3c51303550118474 100644 --- a/Documentation/ABI/testing/sysfs-power +++ b/Documentation/ABI/testing/sysfs-power @@ -300,4 +300,4 @@ Description: attempt. Using this sysfs file will override any values that were - set using the kernel command line for disk offset. \ No newline at end of file + set using the kernel command line for disk offset. -- 2.17.1