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 89C46C433EF for ; Wed, 6 Oct 2021 13:27:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 65DBB6113A for ; Wed, 6 Oct 2021 13:27:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238863AbhJFN3p (ORCPT ); Wed, 6 Oct 2021 09:29:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:47424 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231690AbhJFN3X (ORCPT ); Wed, 6 Oct 2021 09:29:23 -0400 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 Cc: Frederic Barrat , Andrew Donnellan , Mauro Carvalho Chehab , Fabrice Gasnier , Jonathan Corbet , Jack Wang , Jens Axboe , Gioh Kim , Jason Gunthorpe , Jonathan Cameron , "Martin K. Petersen" , Bean Huo , Daejun Park , Can Guo , Avri Altman , Carlos Bilbao , Adrian Hunter , Lukas Bulwahn , Zhang Rui , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org 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> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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