From patchwork Mon Jul 1 13:56:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11026069 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 60F731398 for ; Mon, 1 Jul 2019 13:56:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5255C1FF14 for ; Mon, 1 Jul 2019 13:56:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 465F8212DB; Mon, 1 Jul 2019 13:56:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A2F1A1FF14 for ; Mon, 1 Jul 2019 13:56:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729253AbfGAN4f (ORCPT ); Mon, 1 Jul 2019 09:56:35 -0400 Received: from xavier.telenet-ops.be ([195.130.132.52]:43212 "EHLO xavier.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729252AbfGAN4f (ORCPT ); Mon, 1 Jul 2019 09:56:35 -0400 Received: from ramsan ([84.194.98.4]) by xavier.telenet-ops.be with bizsmtp id XRwY2000t05gfCL01RwYvt; Mon, 01 Jul 2019 15:56:33 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1hhwnI-0007vo-So; Mon, 01 Jul 2019 15:56:32 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1hhwnI-00065l-QJ; Mon, 01 Jul 2019 15:56:32 +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 v2] Documentation: ABI: iio: Add missing newline at end of file Date: Mon, 1 Jul 2019 15:56:31 +0200 Message-Id: <20190701135631.23376-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 X-Virus-Scanned: ClamAV using ClamSMTP "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-bus-iio-dfsdm-adc-stm32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.