From patchwork Sat Jul 4 03:20:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11642989 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BBC0A618 for ; Sat, 4 Jul 2020 03:20:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 976B32070B for ; Sat, 4 Jul 2020 03:20:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="IFPdIYUO" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726573AbgGDDUc (ORCPT ); Fri, 3 Jul 2020 23:20:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48646 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726501AbgGDDUc (ORCPT ); Fri, 3 Jul 2020 23:20:32 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6D6CC061794; Fri, 3 Jul 2020 20:20:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=7hWx3juXEv+Gb67bYW4aLkckqsyqEnHQMB/wBgBJZwg=; b=IFPdIYUOIuDbKx41Bbn39sEemo J2tgjtcrdNIW0uetV+bH1YOSgiLelcgR32aJbRM7GyTz6RIpIBsrZ+2idCAPRwnVWDYTAioDlEF6V HyWqXI0qxDlXyL1OknzYjELYpUQ4uG+5EFzFIkVufn6qODHaY5Z8Hs49NDxcXbETCRmY/Lwk+crSk 1cW9UhhrFkHDRhb6mrjpZhDsdh+NRV/2Z/xOxl2Ix5drPXYKrLFEQzci9SIj10VjmtOIodLGFu4Pz CT5wOmcj2M9689ySNJe+jXV1oRDJqgRCxzsCMjGtbpVoMaiaFW0GmVL2/I5CBkpnCa05I8bzfkFr3 wqrMki8Q==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrYj4-0000Ri-7p; Sat, 04 Jul 2020 03:20:27 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, cgroups@vger.kernel.org, dm-devel@redhat.com, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Andrew Morton , linux-mm@kvack.org, Trond Myklebust , Anna Schumaker , linux-nfs@vger.kernel.org, Srinivas Pandruvada , Len Brown , linux-pm@vger.kernel.org, platform-driver-x86@vger.kernel.org, "Darrick J . Wong" , linux-xfs@vger.kernel.org Subject: [PATCH 00/13] Documentation/admin-guide: eliminate duplicated words Date: Fri, 3 Jul 2020 20:20:07 -0700 Message-Id: <20200704032020.21923-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org Remove duplicated words from Documentation/admin-guide/ files. Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: cgroups@vger.kernel.org Cc: dm-devel@redhat.com Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org Cc: Andrew Morton Cc: linux-mm@kvack.org Cc: Trond Myklebust Cc: Anna Schumaker Cc: linux-nfs@vger.kernel.org Cc: Srinivas Pandruvada Cc: Len Brown Cc: linux-pm@vger.kernel.org Cc: platform-driver-x86@vger.kernel.org Cc: Darrick J. Wong Cc: linux-xfs@vger.kernel.org Documentation/admin-guide/cgroup-v1/rdma.rst | 2 +- Documentation/admin-guide/cgroup-v2.rst | 2 +- Documentation/admin-guide/device-mapper/dm-integrity.rst | 4 ++-- Documentation/admin-guide/media/building.rst | 4 ++-- Documentation/admin-guide/mm/ksm.rst | 2 +- Documentation/admin-guide/nfs/pnfs-block-server.rst | 2 +- Documentation/admin-guide/nfs/pnfs-scsi-server.rst | 2 +- Documentation/admin-guide/perf/arm-ccn.rst | 2 +- Documentation/admin-guide/pm/intel-speed-select.rst | 4 ++-- Documentation/admin-guide/pm/intel_pstate.rst | 2 +- Documentation/admin-guide/sysctl/kernel.rst | 2 +- Documentation/admin-guide/tainted-kernels.rst | 2 +- Documentation/admin-guide/xfs.rst | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-)