Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp1484914pxb; Fri, 13 Nov 2020 14:07:04 -0800 (PST) X-Google-Smtp-Source: ABdhPJyqk1DvRlEgPoBE+pNz8wzR+ugJ896PeoOEkuPexYk8RNSW1UCxPaggwMV30OS4Js2L7C65 X-Received: by 2002:aa7:da44:: with SMTP id w4mr4816982eds.131.1605305224042; Fri, 13 Nov 2020 14:07:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605305224; cv=none; d=google.com; s=arc-20160816; b=NKIH+BoTb+1S3f/aHh2m1+7HHUYUktAqxRdXS87FvEheLbAiZ+e3+vzfDRKtKZy5xR Kiq5JNExG+QVQwzZLNSSo/EWDoHsnd+m3co3E6wyMSZB41zWcIViHkuiL5FjVCmrCUbc hqhQVTwwrrP5R0VmTCXsFvOfLMqqGtEsgKFTK5PzplE8HRLdBZuPwj89PGaL5AoDnMAJ kX6NHaxCrjIhNvsLd4xsy5C57Zof5LX3sweSPJJ7pXZhpJEi0sLnu8coQnXu51mbNymq 4VQ3EwsadSDzeMLQsWp2uQuTe9dvHSI399Dq8MRLk9ks+o4v0wQ1ibyFt2AKiqO8nA3J RU+g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=NEy1Uxvj2dH+zz01IEa3TuvAfs1VAA271Ngl3kixeFg=; b=RWzT0nGKGdRr3tkSur62n6AmkScZXU7E7aMbRw8IEYaZSiUlk+QDMS0lXGNDhNwPuK vhu99Fag7e8j7jlq5dQovHa+AtE8zZgi06O7VH9lzSDXkpKhWcvCOQ8RRYRGwlKXK1vY cuMcNgXiCQFH3N3O0kdST5uR6rMxknnXaDKU20b2VLjbVC7omAxhmnJjeJW6j46mDc4l UdwtBfGgXc085ZAupm5XzmSsltighPOR3rh5CdS3Izo3PRCg542IuKir7kK33fTn86/l f9SBBuL/hDoydKn+iEomJFPtZiFYGb0+SdpeAnLVkxbEF5/dthvppMbdZGPuXQrBJCDa 2rCA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id me9si6643693ejb.199.2020.11.13.14.06.40; Fri, 13 Nov 2020 14:07:04 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726290AbgKMWEh (ORCPT + 99 others); Fri, 13 Nov 2020 17:04:37 -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