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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54D21C433EF for ; Wed, 6 Oct 2021 13:28:14 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A13F36113A for ; Wed, 6 Oct 2021 13:28:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A13F36113A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4HPZyh0lnmz30JK for ; Thu, 7 Oct 2021 00:28:12 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=X538M987; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=linuxfoundation.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=gregkh@linuxfoundation.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=X538M987; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4HPZxz3Hd9z2y8P for ; Thu, 7 Oct 2021 00:27:34 +1100 (AEDT) Received: by mail.kernel.org (Postfix) with ESMTPSA id D3CFF610A8; Wed, 6 Oct 2021 13:27:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1633526851; bh=tCrOPXDPFM6eq1CqRmq09A35LYUJQAclm0PN/6KnclU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=X538M987gwaUNdE2XqqRmAsl+RJhXQeVdlbqcqhQZqzfauW0coofiDvJN0Ti5vdYU f5oSEja+rqYyo8+7Tl+nYDbi/etUvNBlZZzOw1DwlnZ7nRj95eHClHRufWG+mvg/ik NRqAH8kUkM2/y0Jm8g9EoDsMQejOWG8jZSqS6qxE= Date: Wed, 6 Oct 2021 15:27:29 +0200 From: Greg Kroah-Hartman To: Sohaib Mohamed Subject: Re: [PATCH] docs: typo fixes in Documentation/ABI/ Message-ID: References: <20211006132104.105288-1-sohaib.amhmd@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211006132104.105288-1-sohaib.amhmd@gmail.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jens Axboe , Jack Wang , Andrew Donnellan , "Martin K. Petersen" , Jonathan Corbet , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Daejun Park , Gioh Kim , Adrian Hunter , Jason Gunthorpe , Can Guo , Avri Altman , Jonathan Cameron , Frederic Barrat , Lukas Bulwahn , Zhang Rui , Fabrice Gasnier , linuxppc-dev@lists.ozlabs.org, Carlos Bilbao , Bean Huo Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Wed, Oct 06, 2021 at 03:20:56PM +0200, Sohaib Mohamed wrote: > All these changes are about to remove repeated words from severals place in the Documentation/ABI/ directory: Please properly line-wrap your changelog text. > - In file stable/sysfs-module:41: "the the source" > > - In file testing/sysfs-bus-rapidio:98: "that that owns" > > - In file testing/sysfs-class-cxl:106: "the the lowest" > > - In file testing/sysfs-class-cxl:107: "this this kernel" > > - In file testing/sysfs-class-rnbd-client:131: "as as the" > > - In file testing/sysfs-class-rtrs-client:81: "the the name" > > - In file testing/sysfs-class-rtrs-server:27: "the the name" > > - In file testing/sysfs-devices-platform-ACPI-TAD:77: "the the status" > > - In file testing/sysfs-devices-power:306: "the the children" > > - In file testing/sysfs-driver-ufs:986: "the The amount" > > - In file testing/sysfs-firmware-acpi:115: "send send a Notify" Doesn't this look like you need to send a lot of individual patches instead? thanks, greg k-h