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=-8.8 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=ham 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 8B1B6C31E5B for ; Mon, 17 Jun 2019 14:31:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6A7052084D for ; Mon, 17 Jun 2019 14:31:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726028AbfFQObA (ORCPT ); Mon, 17 Jun 2019 10:31:00 -0400 Received: from andre.telenet-ops.be ([195.130.132.53]:54302 "EHLO andre.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725983AbfFQObA (ORCPT ); Mon, 17 Jun 2019 10:31:00 -0400 Received: from ramsan ([84.194.111.163]) by andre.telenet-ops.be with bizsmtp id RqWz200013XaVaC01qWzED; Mon, 17 Jun 2019 16:30:59 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1hcsew-0002HQ-VP; Mon, 17 Jun 2019 16:30:58 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1hcsew-00014s-TH; Mon, 17 Jun 2019 16:30:58 +0200 From: Geert Uytterhoeven To: Jonathan Cameron Cc: linux-iio@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] Documentation: ABI: Add missing newline at end of file Date: Mon, 17 Jun 2019 16:30:57 +0200 Message-Id: <20190617143057.4096-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org "git diff" says: \ No newline at end of file after modifying the files. Signed-off-by: Geert Uytterhoeven --- Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 | 2 +- Documentation/ABI/testing/sysfs-power | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 b/Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 index da9822309f0757bd..0e66ae9b0071e80b 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 +++ b/Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 @@ -13,4 +13,4 @@ Description: error on writing If DFSDM input is SPI Slave: Reading returns value previously set. - Writing value before starting conversions. \ No newline at end of file + Writing value before starting conversions. 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