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=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 BA219C63697 for ; Fri, 13 Nov 2020 22:04:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8F96C20B80 for ; Fri, 13 Nov 2020 22:04:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726343AbgKMWEk (ORCPT ); Fri, 13 Nov 2020 17:04:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46452 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726158AbgKMWEX (ORCPT ); Fri, 13 Nov 2020 17:04:23 -0500 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1D498C0613D1; Fri, 13 Nov 2020 14:04:22 -0800 (PST) Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 7584D734; Fri, 13 Nov 2020 22:04:22 +0000 (UTC) Date: Fri, 13 Nov 2020 15:04:21 -0700 From: Jonathan Corbet To: Geert Uytterhoeven Cc: "Justin P . Mattock" , Mauro Carvalho Chehab , Theodore Ts'o , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: ABI: Drop trailing whitespace Message-ID: <20201113150421.2614cd8d@lwn.net> In-Reply-To: <20201110144033.3278499-1-geert+renesas@glider.be> References: <20201110144033.3278499-1-geert+renesas@glider.be> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 10 Nov 2020 15:40:33 +0100 Geert Uytterhoeven wrote: > Remove all trailing whitespace from the ABI documentation. > Most of it was introduced during recent updates. > > Signed-off-by: Geert Uytterhoeven > --- > Fixes: 0ea6e61122196509 ("Documentation: update broken web addresses.") > Fixes: 54a19b4d3fe0fa0a ("docs: ABI: cleanup several ABI documents") > Fixes: 3197ebdb130473a9 ("ext4: Add sysfs support") > --- > Documentation/ABI/testing/configfs-usb-gadget-ecm | 2 +- > Documentation/ABI/testing/sysfs-devices-memory | 2 +- > Documentation/ABI/testing/sysfs-fs-ext4 | 2 +- > Documentation/ABI/testing/sysfs-module | 2 +- > Documentation/ABI/testing/sysfs-platform-renesas_usb3 | 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-) Applied, thanks. Not really sure we need Fixes tags for a whitespace fix, though... jon