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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 F4200C742D2 for ; Sun, 14 Jul 2019 16:18:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C4677205ED for ; Sun, 14 Jul 2019 16:18:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563121083; bh=MzZGp8Dsp9YgFNLTyARp8emOjlUoC7mcI1R+6q1W/n8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=AiFq0INPppilL9OQvO0A4eckdvI7n3GZhtr5KBWb6uxro2CkXfsUrw+84GTmblxdj mvpZXw7HCm4iQuE+j9dQihyYovMvIaX/33b64laYTceG9fp9aaHs6zpcx3iUubp3bb a5t8mH/s4YgpbyT81z9hGfqJVVjlZa500pU2S7P4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728527AbfGNQSD (ORCPT ); Sun, 14 Jul 2019 12:18:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:51450 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728065AbfGNQSC (ORCPT ); Sun, 14 Jul 2019 12:18:02 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 103EA20C01; Sun, 14 Jul 2019 16:18:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563121082; bh=MzZGp8Dsp9YgFNLTyARp8emOjlUoC7mcI1R+6q1W/n8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=xO6JbMLybBpq9GijuBupSiMJ2G6iRgLIrFmKozrqb7anpr4u5sdUtUjJGfrim2CpA c2K1iHAe84zMMw2sTIg1eI1GkXe/0dbIWMmcpm1hKZHQYxdOnJbJzdwyIwjqq8kQF8 hTSi175I7WXA/XEXiyh13hh9Hl+ZhgcD3QJFOylU= Date: Sun, 14 Jul 2019 17:17:58 +0100 From: Jonathan Cameron To: Geert Uytterhoeven Cc: linux-iio@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] Documentation: ABI: iio: Add missing newline at end of file Message-ID: <20190714171758.066a3d78@archlinux> In-Reply-To: <20190701135631.23376-1-geert+renesas@glider.be> References: <20190701135631.23376-1-geert+renesas@glider.be> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 1 Jul 2019 15:56:31 +0200 Geert Uytterhoeven wrote: > "git diff" says: > > \ No newline at end of file > > after modifying the files. > > Signed-off-by: Geert Uytterhoeven Applied. Thanks, Jonathan > --- > 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.