From patchwork Tue Jul 7 18:03:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650785 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 BDB85739 for ; Wed, 8 Jul 2020 07:07:28 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 9C1D8206DF for ; Wed, 8 Jul 2020 07:07:28 +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="E8lX9mtc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9C1D8206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9A1616E872; Wed, 8 Jul 2020 07:06:42 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7958D6E248 for ; Tue, 7 Jul 2020 18:05:00 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=RqyRnPkRTOc/R3lqbrT2rduELR3dheWkm530I4YPdjk=; b=E8lX9mtcOkU5sxWkqKrby7vT6X 5ObbPzq0n/nZnOwOYtF74Cr7SN3yxm514gKhyVaZUUUjtlTaQ0itgsX3nHoswyVD4UmaTgA//RkGd hvfDxg4ilL1ditN2h4e6MpEaTh9+uZVLLCmflEb+QJrpazHWc68oCEnKKXgAJXcdVvONPVASRYIRN xckpp0j/x86CuDTrXA76oJ0NvGhgewWZ4YuxJQviNJ7QaorsSgE9nl8/3+iiJJrloP4tyqaY/qsEx jfcCDtiWAugmrDCXyC4rQ8aU+XxnprdVwqmDNbWpGNcYSxbzkCwNQMWACuWFTIkIAg5fIK3u/Gqmy FVlYQHfw==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsrxO-0004JY-HM; Tue, 07 Jul 2020 18:04:39 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 01/20] Documentation: numaperf: eliminate duplicated word Date: Tue, 7 Jul 2020 11:03:55 -0700 Message-Id: <20200707180414.10467-2-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the duplicated word "not". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: linux-mm@vger.kernel.org Cc: Mike Rapoport --- Documentation/admin-guide/mm/numaperf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-5.8-rc3.orig/Documentation/admin-guide/mm/numaperf.rst +++ linux-5.8-rc3/Documentation/admin-guide/mm/numaperf.rst @@ -129,7 +129,7 @@ will create the following directory:: /sys/devices/system/node/nodeX/memory_side_cache/ -If that directory is not present, the system either does not not provide +If that directory is not present, the system either does not provide a memory-side cache, or that information is not accessible to the kernel. The attributes for each level of cache is provided under its cache From patchwork Tue Jul 7 18:03:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650833 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 6999013B1 for ; Wed, 8 Jul 2020 07:08:26 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 47E37206DF for ; Wed, 8 Jul 2020 07:08:26 +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="sxkrQiQd" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 47E37206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D89646E88D; Wed, 8 Jul 2020 07:07:11 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4E8216E348 for ; Tue, 7 Jul 2020 18:05:06 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=Uy8yJX+vppiMsr/LbFCCYFmBCFPFPsjcjKfD38DWB7A=; b=sxkrQiQdnrmXTHTrkBRYk3GyhK 3MoKQhb+VfxX97H4vExjQgOEnyoL1sepIe7MXNHtQG2tERYABfleZ69U31o9ImVgu60K3fIqLAIW6 ZeDojpK29hd5agAoqQDfiJnK3d6GUED5cwgc+KqUiL5I1+s9/hQCwifXsOzC762dw39q7YyZ2+cGh 1vVFdfUD1M5yzAdj/r5cYonsIqgMyL1DyCq+CYPlpT0axL3Ozj+O9LQa+9b6lQq2q3J3Em28VHhlZ g6v4Snc4M3hPk/gQB1VHQhx1uCTpN3rM8cxq2bHB3+Ty+Yf7e1ywWOO/booRcPiuYmsyfxSxUi+0O NJslNOhA==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsrxZ-0004JY-4V; Tue, 07 Jul 2020 18:04:49 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 02/20] Documentation: block: eliminate duplicated word Date: Tue, 7 Jul 2020 11:03:56 -0700 Message-Id: <20200707180414.10467-3-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Change the doubled word "the" to "to the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Jens Axboe Cc: linux-block@vger.kernel.org --- Documentation/block/pr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/block/pr.rst +++ linux-next-20200701/Documentation/block/pr.rst @@ -9,7 +9,7 @@ access to block devices to specific init setup. This document gives a general overview of the support ioctl commands. -For a more detailed reference please refer the the SCSI Primary +For a more detailed reference please refer to the SCSI Primary Commands standard, specifically the section on Reservations and the "PERSISTENT RESERVE IN" and "PERSISTENT RESERVE OUT" commands. From patchwork Tue Jul 7 18:03:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650821 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 7B73013B1 for ; Wed, 8 Jul 2020 07:08:16 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 58181206DF for ; Wed, 8 Jul 2020 07:08:16 +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="SW63xAOO" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 58181206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 612D86E87F; Wed, 8 Jul 2020 07:07:11 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 385466E448 for ; Tue, 7 Jul 2020 18:05:17 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=S0rI9BPk98gmUpIetVbAsCn3BOBRdoilS5Tyn5oPSmg=; b=SW63xAOOPIV0Xh3xxUIeNap+kY ALmry2FpzQZ0jI9iUzAqI49urTy1wKD5asS4EwWqeqG/T2KFett/U/PmACPaIL0o3PbyJ9LdTxfZL 3ggersKwwbImUnid0cCR44+oihlm2SC/JZCb39fV3Az/D1jNUdg6njOXs5B9dOzl263Kf/dkDl+SL 00sA5VWB7lVyXuGMKBncOCmi7D9xp0Urg0guoUHMF8TQueFkBtlUowlvVJTgAS4fyXOwmCQ3/7wnS UWJtpe+DbKkhmoXJarNKMFVmb+5PztEyxOUv4S5VzZFDFSJ+Fe05iG+SvVl16eLygiI5uFUMlA7vE NJaSwpkQ==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsrxj-0004JY-Qd; Tue, 07 Jul 2020 18:05:00 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 03/20] Documentation: printk-basics: eliminate duplicated word Date: Tue, 7 Jul 2020 11:03:57 -0700 Message-Id: <20200707180414.10467-4-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org --- Documentation/core-api/printk-basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/core-api/printk-basics.rst +++ linux-next-20200701/Documentation/core-api/printk-basics.rst @@ -69,7 +69,7 @@ You can check the current *console_logle The result shows the *current*, *default*, *minimum* and *boot-time-default* log levels. -To change the current console_loglevel simply write the the desired level to +To change the current console_loglevel simply write the desired level to ``/proc/sys/kernel/printk``. For example, to print all messages to the console:: # echo 8 > /proc/sys/kernel/printk From patchwork Tue Jul 7 18:03:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650789 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 C256C13B1 for ; Wed, 8 Jul 2020 07:07:33 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 A0D19206DF for ; Wed, 8 Jul 2020 07:07:33 +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="pCq9qSPC" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A0D19206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 982B36E86D; Wed, 8 Jul 2020 07:06:42 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7EB1B6E248 for ; Tue, 7 Jul 2020 18:05:25 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=j37n6ua73QzolTqHDVXK3ji/x5ynN2aQbXjX8l+i7HM=; b=pCq9qSPC51QMPdOaPC5R+Qke2m Bfy7HZMSLQpI+AqQeJ6RTeLRQpjAauXQQ3FLIHQh6NdnMG4euXUy5T1myb35mutGzBed7/K/8gyxv tZgtB2vjbe3b5g3KTr0XtzEcKnt4UksteGhBpRaxkAcnyZS+8qZ4aCuEdEB08mwoHkVGB1aO2MlD6 fr1btWMIPNJ8WxKOeF8UPFW/A1Z3pwxPBPaAFkYyiTa8bsL+uPysMd2ZGzB5Dw4/i+LhT9y7AtK2V 72W/fDQ62iMkYDGnK5RW50dMIeUfKWry9ZExrLWPc0sT0BhikpZy2OKEhull6ugckZ76R8UCzUi0f Ofl08UTA==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsrxu-0004JY-Jy; Tue, 07 Jul 2020 18:05:11 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 04/20] Documentation: kgdb: eliminate duplicated word Date: Tue, 7 Jul 2020 11:03:58 -0700 Message-Id: <20200707180414.10467-5-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the doubled word "driver". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Jason Wessel Cc: Daniel Thompson Cc: Douglas Anderson Cc: kgdb-bugreport@lists.sourceforge.net Acked-by: Daniel Thompson --- Documentation/dev-tools/kgdb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/dev-tools/kgdb.rst +++ linux-next-20200701/Documentation/dev-tools/kgdb.rst @@ -872,7 +872,7 @@ The kgdboc driver contains logic to conf attached keyboard. The keyboard infrastructure is only compiled into the kernel when ``CONFIG_KDB_KEYBOARD=y`` is set in the kernel configuration. -The core polled keyboard driver driver for PS/2 type keyboards is in +The core polled keyboard driver for PS/2 type keyboards is in ``drivers/char/kdb_keyboard.c``. This driver is hooked into the debug core when kgdboc populates the callback in the array called :c:type:`kdb_poll_funcs[]`. The :c:func:`kdb_get_kbd_char` is the top-level From patchwork Tue Jul 7 18:03:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650767 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 B0EFB739 for ; Wed, 8 Jul 2020 07:06:59 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 8EA4E206DF for ; Wed, 8 Jul 2020 07:06:59 +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="kcpmxaf8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8EA4E206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5CA2E6E867; Wed, 8 Jul 2020 07:06:33 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0548D6E0F8 for ; Tue, 7 Jul 2020 18:05:35 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=eaqfaebmOSOj0mbjpn+DosDS2INVUNao8Fb7NVppBZM=; b=kcpmxaf84w5Oxc9kFP/sAP+GmO 6lV4TU5zNTj3L1bN6Zwx+HdFoqLf70UyzHzCSZpmcBQX/dy+7sLG+9Yoa+ZfUNwuVDcsB4457DDJl iplwMOaNhaunyzNJEcxkhTi9JeC+SOvWZw8iIyQT9cHOXCrdM2XJY9yBgd+jyccEKzU78VUX7X1p8 pU7YkIL5aRW5Kwja+rB4Naf4Xlx4O8teEDyiWxzRiZX/nR6JkGjKIuPUtNU/wWjCP3Mgv2MCIwYrF byZA29CM+hm5P6E0M+pWNzKBL1Q6Dz8F4gXil4SH8FggjkUBWmXcpB7MQ28asjiGyWHaqJ/FmbRYw 81z6v4ng==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsry5-0004JY-Av; Tue, 07 Jul 2020 18:05:21 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 05/20] Documentation: fpga: eliminate duplicated word Date: Tue, 7 Jul 2020 11:03:59 -0700 Message-Id: <20200707180414.10467-6-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the doubled word "this". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Wu Hao Cc: linux-fpga@vger.kernel.org Acked-by: Wu Hao --- Documentation/fpga/dfl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/fpga/dfl.rst +++ linux-next-20200701/Documentation/fpga/dfl.rst @@ -8,7 +8,7 @@ Authors: - Xiao Guangrong - Wu Hao -The Device Feature List (DFL) FPGA framework (and drivers according to this +The Device Feature List (DFL) FPGA framework (and drivers according to this framework) hides the very details of low layer hardwares and provides unified interfaces to userspace. Applications could use these interfaces to configure, enumerate, open and access FPGA accelerators on platforms which From patchwork Tue Jul 7 18:04:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650811 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 A2F83739 for ; Wed, 8 Jul 2020 07:08:03 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 81A66206DF for ; Wed, 8 Jul 2020 07:08:03 +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="JxrM/LYD" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 81A66206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6FBA86E887; Wed, 8 Jul 2020 07:06:45 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0EB8A6E348 for ; Tue, 7 Jul 2020 18:05:47 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=M80BHus9hyLsqPgKepEifdkgrljPnRgGnyYqCcQQ+Qw=; b=JxrM/LYDi1fPXsL0UBFZq3X2P6 nf9Q1La85N8JvfLjmdhMtKaUDAaIAmZ11w449X5DopcBEO0wKjTyTJfLlikaIrx0v32PD8323n2LK yOl9K4zVE+02BYfSPSc5uxUvK4DQjqOxT+viBBT/aXwdpoVptdzIaJndvOEl3XowSHZGW/wMioCFA 7MlEM7YBtCGWRicVuNGkd06FzFky1ofY+6wmuSolEaEa+ZvRWThG3AxULlCDY5+1vIKouPS7XwutU nnizUSFwo0x9gsrIocPNS6PFencp9mjoxUXL/PpNZiEnXpbryHMgs6YT6eLxTwrY0Buq+BA7GPjnL MlCDoNRA==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsryG-0004JY-1j; Tue, 07 Jul 2020 18:05:32 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 06/20] Documentation: gpu/komeda-kms: eliminate duplicated word Date: Tue, 7 Jul 2020 11:04:00 -0700 Message-Id: <20200707180414.10467-7-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the doubled word "and". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: James (Qian) Wang Cc: Liviu Dudau Cc: Mihail Atanassov Cc: Mali DP Maintainers Reviewed-by: James Qian Wang --- Documentation/gpu/komeda-kms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/gpu/komeda-kms.rst +++ linux-next-20200701/Documentation/gpu/komeda-kms.rst @@ -41,7 +41,7 @@ Compositor blends multiple layers or pix frame. its output frame can be fed into post image processor for showing it on the monitor or fed into wb_layer and written to memory at the same time. user can also insert a scaler between compositor and wb_layer to down scale -the display frame first and and then write to memory. +the display frame first and then write to memory. Writeback Layer (wb_layer) -------------------------- From patchwork Tue Jul 7 18:04:01 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650829 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 0E3DC739 for ; Wed, 8 Jul 2020 07:08:23 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 DF289206DF for ; Wed, 8 Jul 2020 07:08:22 +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="OQFeo3ag" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DF289206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 13ECB6E892; Wed, 8 Jul 2020 07:07:12 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 018A56E0F8 for ; Tue, 7 Jul 2020 18:05:56 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=3MXCz5n944OUWtN7L6ZR0Zd5nlp06oEeDxmjjhzssic=; b=OQFeo3ag5lXCLGC6k9UcAyRTb4 /Q9gq9VkvMyptGfnXC6dr+8JSy8ey2aDpG9sKw8/XAfOgDmpnd6qTid+/ugED4x5OOPzHMdLzx+SK dqY30Bng10xRd6zB9Ud/723dGs8bV5RivA8Fqf6mlcxMGYAjkRnyqb64LTymY4WWmIGfQMb+g7tbf 1Nvgd079VjOwEFQV9e9K4S8zCL3GPFRNIHxgKWhGYWtertC9Gu+JXvm0x/W13WIxEa7QGjlIZtpUw 0odQYtrKVQCg05Qb7aTrpj2UazL5KowW91DuGBTfDEzWTK/rP22BxDGWjOxY24jtI7iq0EB8DidkR aHXEivPA==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsryR-0004JY-57; Tue, 07 Jul 2020 18:05:43 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 07/20] Documentation: gpu/drm-uapi: eliminate duplicated word Date: Tue, 7 Jul 2020 11:04:01 -0700 Message-Id: <20200707180414.10467-8-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the doubled word "when". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org --- Documentation/gpu/drm-uapi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/gpu/drm-uapi.rst +++ linux-next-20200701/Documentation/gpu/drm-uapi.rst @@ -195,7 +195,7 @@ ENOSPC: EPERM/EACCES: Returned for an operation that is valid, but needs more privileges. E.g. root-only or much more common, DRM master-only operations return - this when when called by unpriviledged clients. There's no clear + this when called by unpriviledged clients. There's no clear difference between EACCES and EPERM. ENODEV: From patchwork Tue Jul 7 18:04:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650825 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 B2915739 for ; Wed, 8 Jul 2020 07:08:19 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 91220206DF for ; Wed, 8 Jul 2020 07:08:19 +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="uuz7HtSB" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 91220206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EE6496E890; Wed, 8 Jul 2020 07:07:11 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id A74FA6E0F8 for ; Tue, 7 Jul 2020 18:06:07 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=n0r3AeJBdJxrkDj2u02K2i7+nW9Oe1yMWegqEZLyJYA=; b=uuz7HtSBptzUF27iBREMdSAt/K jfqJyCiVvgKlk9ybByqRGqvz3SwIk8OhwWGYyebsPQyiZHV1dnlEZ5iCS8LFdwrQlrxxamCtUD4p+ 9AW48pApfvdRO6OgxOdYCEVDYwMmAIdkIPgj4Q9uXPW9Z82cidbTJj2IkTlgE6eQqIxLRahVyPOsx JNaImE3V1R4jXAei4SIfKfLSbHOQbPehn9XqQfa84PTiCT2c0czIRdbHQTHtwoAsPoskeV+1f0TjF eevgAL4lPl5KDDTGkrpVnGbvdcEheR6NwmxP4l7PP2ltq4bov7OhlHCrx8NO2IEJzqEVlWVqhi0wL 2Bi9Jd2A==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsryc-0004JY-0j; Tue, 07 Jul 2020 18:05:54 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 08/20] Documentation: hid/intel-ish-hid: eliminate duplicated word Date: Tue, 7 Jul 2020 11:04:02 -0700 Message-Id: <20200707180414.10467-9-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Srinivas Pandruvada Cc: Jiri Kosina Cc: linux-input@vger.kernel.org --- Documentation/hid/intel-ish-hid.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/hid/intel-ish-hid.rst +++ linux-next-20200701/Documentation/hid/intel-ish-hid.rst @@ -235,7 +235,7 @@ There can be multiple sensor clients and To ease in implantation and allow independent driver handle each client this transport layer takes advantage of Linux Bus driver model. Each -client is registered as device on the the transport bus (ishtp bus). +client is registered as device on the transport bus (ishtp bus). Enumeration sequence of messages: From patchwork Tue Jul 7 18:04:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650827 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 67B34739 for ; Wed, 8 Jul 2020 07:08:21 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 4621C206DF for ; Wed, 8 Jul 2020 07:08:21 +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="mme0HOW3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4621C206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 03F436E891; Wed, 8 Jul 2020 07:07:12 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 351FB6E0F8 for ; Tue, 7 Jul 2020 18:06:18 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=ncrUf+tMkKNDQi5/EmoipCE+MeRd0JYdh5qBYgZcQsY=; b=mme0HOW3OP1d6nVxPOMb08I+xp 9KU6f29dA2Fhjkm+pEYvD74FIxW4W6EzHy24/QP5lM8xYogNQvISiymqSra6o7a2KKiL7HbSmLKXn Qdb/me1RLhW/kuNfec7xzzGbs6ajVBTEy9eFTsIse1sluOcYa4BgLMYdeEiGx1X76VxfOgCnBeQcO uPqa54NfyePc2xrB3O/qdBA7MvASSldnbwblhmjlHJ6pbdjcGh060F3oWuQOZoplksxx3v69cs4sO 3LzqR+ReMqWljAVqbID9PxeyCsXV2+fj0IuNof2jDxQ77IGZXtAfnElPN/E2GZVPUEoTERRE/J2JR el85VwiA==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsrym-0004JY-TZ; Tue, 07 Jul 2020 18:06:05 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 09/20] Documentation: i2c: eliminate duplicated word Date: Tue, 7 Jul 2020 11:04:03 -0700 Message-Id: <20200707180414.10467-10-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop doubled word "new". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Wolfram Sang Cc: linux-i2c@vger.kernel.org Reviewed-by: Wolfram Sang Acked-by: Wolfram Sang --- Documentation/i2c/upgrading-clients.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/i2c/upgrading-clients.rst +++ linux-next-20200701/Documentation/i2c/upgrading-clients.rst @@ -8,7 +8,7 @@ Introduction ------------ This guide outlines how to alter existing Linux 2.6 client drivers from -the old to the new new binding methods. +the old to the new binding methods. Example old-style driver From patchwork Tue Jul 7 18:04:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650787 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 06BC7739 for ; Wed, 8 Jul 2020 07:07:31 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 D923B20771 for ; Wed, 8 Jul 2020 07:07:30 +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="SwoLXbpn" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D923B20771 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 830236E871; Wed, 8 Jul 2020 07:06:42 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 561236E448 for ; Tue, 7 Jul 2020 18:06:32 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=jD7xUkHaujArIkx0Qqw+94A1LtaeINuMKow1sxCm4oE=; b=SwoLXbpn+/lnObyUzGcIpESpZR gSvUG27zGR6WWeA04LYHBW8uwk2ZFZM22SsPc2LCH0nKorClKPlODXECGYtNuFmGIlIpXijwV/GHX Evi2R2WszEz6E7PgJoWMbHshC1xVQ+wyEv/q9x1eV8ZjeFkUOkHH1MISPwqpLyBC33EQKgyQDALV4 GklyzjVB8rsDygyHZFgoV70Fhyiy6pcsyIV54J74SpU7kpB0WLDMEJSqCx0TZBUjB7n3ahlbNQgMT qTRl0K+/lbCOLdwMEdiHUcKR/KGVy6imk4ZKzSQxjGOUyG/ibcm1RNIDS2yM+nRY+56HfOjvKId6b gb2zy60g==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsryx-0004JY-Ox; Tue, 07 Jul 2020 18:06:16 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 10/20] Documentation: kbuild/kconfig-language: eliminate duplicated word Date: Tue, 7 Jul 2020 11:04:04 -0700 Message-Id: <20200707180414.10467-11-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Masahiro Yamada Cc: Michal Marek Cc: linux-kbuild@vger.kernel.org Acked-by: Masahiro Yamada --- Documentation/kbuild/kconfig-language.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/kbuild/kconfig-language.rst +++ linux-next-20200701/Documentation/kbuild/kconfig-language.rst @@ -681,7 +681,7 @@ translate Kconfig logic into boolean for find dead code / features (always inactive), 114 dead features were found in Linux using this methodology [1]_ (Section 8: Threats to validity). -Confirming this could prove useful as Kconfig stands as one of the the leading +Confirming this could prove useful as Kconfig stands as one of the leading industrial variability modeling languages [1]_ [2]_. Its study would help evaluate practical uses of such languages, their use was only theoretical and real world requirements were not well understood. As it stands though From patchwork Tue Jul 7 18:04:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650755 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 BD8D2739 for ; Wed, 8 Jul 2020 07:06:38 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 92CEF206DF for ; Wed, 8 Jul 2020 07:06:38 +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="t5ofQaEd" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 92CEF206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 79CB96E85F; Wed, 8 Jul 2020 07:06:32 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7AC7F6E248 for ; Tue, 7 Jul 2020 18:06:40 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=vEd08VitC5BBUxcB+/13cwKIEXnzPhJ/hNVgziegpy0=; b=t5ofQaEdrlEZhHjAa3cLmUoNPr PEJBhZJhncjMZ+FnoTORaW8XKfHVZI1ecaMIgNDtPoF+5Yxd6NgPDfL1CTnwLluTdMmJN+Azb7PEo B2H3PIHLi8YLH1GUfIJ+hG9EcJw8Fd41McB7T7J9L9YABqh7rDB3hgnJDJSloC54JGLFCi+hBcNKF 0L/QghI4QJMFSYhh77e0Uc8EwDGwj4SL+frUa40yf6lF4jAqewync5U3HHIDVFFrYzCG1qFzqnm46 ARtbSQalQCwelHBRYylmYwd67floKQoeDoS3l3JWfEaXcSXE3K5Ql2IrubHjtkT/cVdLnKueixhgT wKycFL+g==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsrz8-0004JY-Ly; Tue, 07 Jul 2020 18:06:27 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 11/20] Documentation: leds/ledtrig-transient: eliminate duplicated word Date: Tue, 7 Jul 2020 11:04:05 -0700 Message-Id: <20200707180414.10467-12-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the doubled word "for". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Jacek Anaszewski Cc: Pavel Machek Cc: Dan Murphy Cc: linux-leds@vger.kernel.org Acked-by: Jacek Anaszewski Acked-by: Pavel Machek --- Documentation/leds/ledtrig-transient.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/leds/ledtrig-transient.rst +++ linux-next-20200701/Documentation/leds/ledtrig-transient.rst @@ -157,7 +157,7 @@ repeat the following step as needed:: echo 1 > activate - start timer = duration to run once echo none > trigger -This trigger is intended to be used for for the following example use cases: +This trigger is intended to be used for the following example use cases: - Control of vibrate (phones, tablets etc.) hardware by user space app. - Use of LED by user space app as activity indicator. From patchwork Tue Jul 7 18:04:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650763 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 50313739 for ; Wed, 8 Jul 2020 07:06:56 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 2DF7E206DF for ; Wed, 8 Jul 2020 07:06:56 +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="jqru0odE" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2DF7E206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F0E206E862; Wed, 8 Jul 2020 07:06:32 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4CFF26E0F8 for ; Tue, 7 Jul 2020 18:06:50 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=tJIgQQp/lq+jREILUSRYN/AF1TAa0oigpU58ExtznPY=; b=jqru0odEJRe3JfiVXjFLFRmrSt pa5r5Ka20272qOL+z4KogLvref7oMwYSTzA7LAXIRgEY4TxRcgYzOHuzs8PAQICHg+++2Zt3ii1mB WyW2N2KErsCRxRvlyS/zeoa7Ul+FZ6wWnEwuV4iqnjSYLGvIzGzoAsoCUjS+F1oMVjPWmc9qXR8LN snzlAuy1Jn/loak01j+ybmyXkbnxyRRVUzPKmme1apT7pLLizRuknJkkJOPkO+xFoM2WlG5yWdEy0 W/mgruOZ1zdQKQn7h2SPM4LRc5OWvMUzR2UMqtBDT9fAoC31atGgpslgUfIwFD63MqrBkeBbWVUy6 w8L2KOBQ==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsrzJ-0004JY-Go; Tue, 07 Jul 2020 18:06:38 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 12/20] Documentation: maintainer-entry-profile: eliminate duplicated word Date: Tue, 7 Jul 2020 11:04:06 -0700 Message-Id: <20200707180414.10467-13-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the doubled word "have". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Dan Williams --- Documentation/maintainer/maintainer-entry-profile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/maintainer/maintainer-entry-profile.rst +++ linux-next-20200701/Documentation/maintainer/maintainer-entry-profile.rst @@ -31,7 +31,7 @@ Example questions to consider: - What branch should contributors submit against? - Links to any other Maintainer Entry Profiles? For example a device-driver may point to an entry for its parent subsystem. This makes - the contributor aware of obligations a maintainer may have have for + the contributor aware of obligations a maintainer may have for other maintainers in the submission chain. From patchwork Tue Jul 7 18:04: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: 11650769 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 28ADD739 for ; Wed, 8 Jul 2020 07:07:01 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 06837206DF for ; Wed, 8 Jul 2020 07:07:01 +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="hcwO0h7e" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 06837206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DC4CF6E860; Wed, 8 Jul 2020 07:06:32 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id BB6B86E248 for ; Tue, 7 Jul 2020 18:07:02 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=2/YCmGUemc+wOLv/5ELjphBnftis9IDqZDEkf1/jsf8=; b=hcwO0h7eMdRn9rDomQi8lZ2Jrt q36N6MZo2lW8v7E1Yeq8vm3UNGtKd+ocnn7uw5lP/6ZL+JzqoWMaG3AVp9D7qDEvJwM17EcJwr1tq ZFSR5pOZCCS3pNGN84VQRedpoe9ILutFjXP4bdiscjJUsJrjJRVtFdUsqUYDpSeVYg4EwKahPkPoB l7uCqz8UDA8OxxqevReZFv4r5hnxo/JZ6Ht/1CaFRFMaQ57vC6S8bGZuvqlendpdSVVu+4swXZTjV jBNoOaJy3LAUWQ3ckl1KJkwWIwEyRZXnp6/F1QjXAt5ykADI/MuwSUOu+3Fl6FD8F14DIgOGfgCft uL0V1V+A==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsrzU-0004JY-Dh; Tue, 07 Jul 2020 18:06:48 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 13/20] Documentation: mips/ingenic-tcu: eliminate duplicated word Date: Tue, 7 Jul 2020 11:04:07 -0700 Message-Id: <20200707180414.10467-14-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the doubled word "to". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Paul Cercueil Cc: Thomas Bogendoerfer Cc: linux-mips@vger.kernel.org Reviewed-by: Paul Cercueil Acked-by: Thomas Bogendoerfer --- Documentation/mips/ingenic-tcu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/mips/ingenic-tcu.rst +++ linux-next-20200701/Documentation/mips/ingenic-tcu.rst @@ -5,7 +5,7 @@ Ingenic JZ47xx SoCs Timer/Counter Unit h =============================================== The Timer/Counter Unit (TCU) in Ingenic JZ47xx SoCs is a multi-function -hardware block. It features up to to eight channels, that can be used as +hardware block. It features up to eight channels, that can be used as counters, timers, or PWM. - JZ4725B, JZ4750, JZ4755 only have six TCU channels. The other SoCs all From patchwork Tue Jul 7 18:04:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650761 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 74A71739 for ; Wed, 8 Jul 2020 07:06:54 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 53480206DF for ; Wed, 8 Jul 2020 07:06:54 +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="gllBHkH4" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 53480206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A75686E869; Wed, 8 Jul 2020 07:06:33 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8446C6E0F8 for ; Tue, 7 Jul 2020 18:07:12 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=GK3KFML4MxD5gHuavmBx6F3vOAf3v6AFw7esO0+/EUc=; b=gllBHkH4lvcDqqVtERqT1cTaJt 5B01vgWc1X6miMUc6A421VUkZRzHfhwsGkXukEFjFJR6BzVcublNEyRF5c0+6QvOc8oq6+2TOFBqc bNZHAZzqTN4uqIsa4n5RiIorKiEAwRj22qXpe5JEFBtU5jxQTePkCW+3NRPFmFcGiIzK43CS6ksij AHTfJeRS2Fg+A0eMNDAH+CK2unEMTsk92balEkUFd1GAAiPD247hFJhfCdOiDgfFSWxfHtsgbg1me py40gAIHuf0xSl4mVeVjcNjBKTc8kdjHDEjaY9oBQMN2XoOzBuMEFkxxyYS3o1XEia770z2srexDp YjFBVR9Q==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsrzf-0004JY-8g; Tue, 07 Jul 2020 18:06:59 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 14/20] Documentation: misc/xilinx_sdfec: eliminate duplicated word Date: Tue, 7 Jul 2020 11:04:08 -0700 Message-Id: <20200707180414.10467-15-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Derek Kiernan Cc: Dragan Cvetic Acked-by: Dragan Cvetic --- Documentation/misc-devices/xilinx_sdfec.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/misc-devices/xilinx_sdfec.rst +++ linux-next-20200701/Documentation/misc-devices/xilinx_sdfec.rst @@ -78,7 +78,7 @@ application interfaces: - open: Implements restriction that only a single file descriptor can be open per SD-FEC instance at any time - release: Allows another file descriptor to be open, that is after current file descriptor is closed - poll: Provides a method to monitor for SD-FEC Error events - - unlocked_ioctl: Provides the the following ioctl commands that allows the application configure the SD-FEC core: + - unlocked_ioctl: Provides the following ioctl commands that allows the application configure the SD-FEC core: - :c:macro:`XSDFEC_START_DEV` - :c:macro:`XSDFEC_STOP_DEV` From patchwork Tue Jul 7 18:04:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650839 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 6D377739 for ; Wed, 8 Jul 2020 07:08:36 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 49D0D206DF for ; Wed, 8 Jul 2020 07:08: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="irAVrD/f" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 49D0D206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DDCC06E89C; Wed, 8 Jul 2020 07:07:22 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 452466E248 for ; Tue, 7 Jul 2020 18:07:21 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=mPS72WgNYkKywllLGpTOm1li0E5rJutzPsTWs0NA3MU=; b=irAVrD/fzbik6cd0AMxD/aALiP BnVWmuEH0TDL7mcrAZT9ozsymcEnjv6430h369oAEGC1S55lQxuH58cQCCVhxuC9QNc28hYGGmMFz h7/ZY5whyhiatpbN6vpz9TRUfmhRYrzgnes7yY6SGqS0XQgk84ic4jfYJgRzwpKCTIcx6PayaQqic kDH1a7oS/i+vpknni2Fs43lWnDBGUTz8KIU8fYjmUExyXFBuj6Iukq0c5sYSLCgzGnlMFMu5NaohS GMORhffy08BY2VsbPREx+iBLWl3V/w3hMa4PBmGDkW8wE6ObTNCactvdX6It9H4VAtfcdoB5mkSMC 1pLgQqoA==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsrzp-0004JY-Si; Tue, 07 Jul 2020 18:07:10 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 15/20] Documentation: powerpc/vas-api: eliminate duplicated word Date: Tue, 7 Jul 2020 11:04:09 -0700 Message-Id: <20200707180414.10467-16-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Michael Ellerman Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: linuxppc-dev@lists.ozlabs.org --- Documentation/powerpc/vas-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/powerpc/vas-api.rst +++ linux-next-20200701/Documentation/powerpc/vas-api.rst @@ -43,7 +43,7 @@ engine for this process. Once a connecti should use the mmap() system call to map the hardware address of engine's request queue into the application's virtual address space. -The application can then submit one or more requests to the the engine by +The application can then submit one or more requests to the engine by using copy/paste instructions and pasting the CRBs to the virtual address (aka paste_address) returned by mmap(). User space can close the established connection or send window by closing the file descriptior From patchwork Tue Jul 7 18:04:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650807 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 D210B739 for ; Wed, 8 Jul 2020 07:08:00 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 B08DF206DF for ; Wed, 8 Jul 2020 07:08:00 +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="EjAA5UZf" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B08DF206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 903AE6E88E; Wed, 8 Jul 2020 07:06:46 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id B6A656E0F8 for ; Tue, 7 Jul 2020 18:07:35 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=NhnjZY5aHnB09fvA8u8Semk18ol/DXhb2U3kmzg57F0=; b=EjAA5UZfaDPzZqAQXMWx3KOWFk 4PSdxFn2HK4IilD2Y0qdarnW7N3/fI3OYSkAPDGEC3SAn7ZtsdSjMngg4Yova8dXgJdNTFlzM16R2 FRbKTihySD2OO8rYcOLuv1YGxmfFdkNrHKtIZbY7UMQV6x2BdioJ71hmblPIrmU+9xRUwc7PGAfYv CZRQobq0JUjaBGRvvBPdFCbH+LA/5Q1hxXBztZb9SxptHMLnupzaQVS2qPz7CZn87BGUOYznGeUxj HkfEv0tMkvfF0q/dRDxwGqvCT24bagz/ir72XInRBuj0P11LxE4EwXdLoKFzfRL/FnST3lpu299NN Bunqqoqg==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jss01-0004JY-1q; Tue, 07 Jul 2020 18:07:21 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 16/20] Documentation: s390/vfio-ap: eliminate duplicated word Date: Tue, 7 Jul 2020 11:04:10 -0700 Message-Id: <20200707180414.10467-17-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Tony Krowiak Cc: Pierre Morel Cc: Halil Pasic Cc: linux-s390@vger.kernel.org Reviewed-by: Pierre Morel --- Documentation/s390/vfio-ap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/s390/vfio-ap.rst +++ linux-next-20200701/Documentation/s390/vfio-ap.rst @@ -361,7 +361,7 @@ matrix device. assign_domain / unassign_domain: Write-only attributes for assigning/unassigning an AP usage domain to/from the mediated matrix device. To assign/unassign a domain, the domain - number of the the usage domain is echoed to the respective attribute + number of the usage domain is echoed to the respective attribute file. matrix: A read-only file for displaying the APQNs derived from the cross product From patchwork Tue Jul 7 18:04:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650841 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 B787B739 for ; Wed, 8 Jul 2020 07:08:41 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 9607820771 for ; Wed, 8 Jul 2020 07:08:41 +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="ba1U5pKk" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9607820771 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A409F6E8A7; Wed, 8 Jul 2020 07:07:24 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0E8386E248 for ; Tue, 7 Jul 2020 18:07:45 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=ftWJYb+ebG3hkH4rn/C4w1aCN9XfHN7hckzpJGArE4k=; b=ba1U5pKklMQwDBRmxBWVpCbQly 5SNKMlilGuz2wSU3g5V2tk67V3XL104GbnHUYQOh9N0qVIFX2Z/6dzRhLypafHSpI0Yse6/ctKOes +cXh/trodpowugxP5JYG0GmgSkLXrlByutTLXGUl4sihv9IRg34bh56uCR7B1jHW8upWIz5XCjd85 OQJjcByclJluRM0vGODErLG3a/2zNTgqcfHmwyrIp1IMMPSScHHgJEq0jkKgHjjvu1Qwe15Dvkzjx q5Nkpu0m9MjccsxH/b2MHCcwY28n4eEUcMvRNg1AkbfJLBJ/lq2IceTZiftZNC4Cc63wYjahcni3T 2bvsLpzQ==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jss0B-0004JY-QI; Tue, 07 Jul 2020 18:07:32 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 17/20] Documentation: scsi/advansys: eliminate duplicated word Date: Tue, 7 Jul 2020 11:04:11 -0700 Message-Id: <20200707180414.10467-18-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the doubled word "be". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Matthew Wilcox Cc: Hannes Reinecke Cc: linux-scsi@vger.kernel.org Cc: "James E.J. Bottomley" Cc: "Martin K. Petersen" --- Documentation/scsi/advansys.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/scsi/advansys.rst +++ linux-next-20200701/Documentation/scsi/advansys.rst @@ -125,7 +125,7 @@ The following constants can be defined i c. klogd is started with the appropriate -c parameter (e.g. klogd -c 8) - This will cause printk() messages to be be displayed on the + This will cause printk() messages to be displayed on the current console. Refer to the klogd(8) and syslogd(8) man pages for details. From patchwork Tue Jul 7 18:04:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650813 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 7F36913B1 for ; Wed, 8 Jul 2020 07:08:06 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 5DA67206DF for ; Wed, 8 Jul 2020 07:08:06 +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="f7ohGBtS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5DA67206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C79E46E888; Wed, 8 Jul 2020 07:06:45 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5F6806E0F8 for ; Tue, 7 Jul 2020 18:07:55 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=tPwwCvf342z6zeuNFfuY5usY2zScx9Hl+AJvysbkDIU=; b=f7ohGBtS6/FTaOWSZJnKjLpqpr ajWcwxdymujTQPeTQ6sYri3e9ZRw9klUBkpu+kCnwE+4+cQlo/AOoiz+xrT9RK0b3oXtfsxCCQpF6 MpJhpvuBlE2bqoTfrsWmPrCYxbfJVWYPO+kLbpmZC67XnBqB+v7sHK1CXrKdg+6m8QksTnBCXAmgH o+JXRgM01RG04D1UJWPpesRYuB8y4f61y1zfzUV0JuSuitDE+V8bS2SqsnP7v0xeaTTqVQvXBC358 3rVgL9fCtD0YP7/mcF4IdSOzKVN169+bMJeTKzhJY3xt/4ok/elUGmc7zB6TQANJAZS1x0qJtmZKw D7N9DblA==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jss0M-0004JY-Kq; Tue, 07 Jul 2020 18:07:43 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 18/20] Documentation: security/keys: eliminate duplicated word Date: Tue, 7 Jul 2020 11:04:12 -0700 Message-Id: <20200707180414.10467-19-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the doubled word "in". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: James Bottomley Cc: Jarkko Sakkinen Cc: Mimi Zohar Cc: linux-integrity@vger.kernel.org Cc: keyrings@vger.kernel.org Acked-by: Jarkko Sakkinen Reviewed-by: Mimi Zohar --- Documentation/security/keys/trusted-encrypted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/security/keys/trusted-encrypted.rst +++ linux-next-20200701/Documentation/security/keys/trusted-encrypted.rst @@ -200,7 +200,7 @@ Load an encrypted key "evm" from saved b 24717c64 5972dcb82ab2dde83376d82b2e3c09ffc Other uses for trusted and encrypted keys, such as for disk and file encryption -are anticipated. In particular the new format 'ecryptfs' has been defined in +are anticipated. In particular the new format 'ecryptfs' has been defined in order to use encrypted keys to mount an eCryptfs filesystem. More details about the usage can be found in the file ``Documentation/security/keys/ecryptfs.rst``. From patchwork Tue Jul 7 18:04:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650815 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 C4F4613B1 for ; Wed, 8 Jul 2020 07:08:09 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 A055620760 for ; Wed, 8 Jul 2020 07:08:09 +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="Hs+eVVPR" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A055620760 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AF0346E88F; Wed, 8 Jul 2020 07:06:46 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2AC5289B8E for ; Tue, 7 Jul 2020 18:08:17 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=8wfZDtgdUoXKGihiBP/1w1LPLu4vuzlYcFEiq+Cintc=; b=Hs+eVVPRDZbmHqxw4R6tGr0SKX B1jecmarAFXmmj+WjfDO+ShabgqA4fXiBU/J/di2EQpOAjQz23qTPBMlsUAuRDQkt/YL9U74yyFRQ RIEB0PP25Vw/gk0PU9Z5gJFSsCISdrx/51Gh5+8rsdtMw1j3uRyZYwL2HzJdtqsl89a9Ag2fF5hpn HC5XYOTb6nyMr5f9GzmPWZyZjd/qHGzeZr3n0H+eqtJQcp3MNOsHOT363PfFxdTgqUMOmiy1HJECs 1Lb2+hizWUjzDvcMWjHptnTa87zX+XN15ku/tUq0XO1BzzhYzLy6wzP9s/yBt+to7hmahAZ59gwBh ZT+DuZqw==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jss0i-0004JY-SL; Tue, 07 Jul 2020 18:08:05 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 19/20] Documentation: virt/kvm/api: eliminate duplicated word Date: Tue, 7 Jul 2020 11:04:14 -0700 Message-Id: <20200707180414.10467-21-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the duplicated word "struct". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Paolo Bonzini Cc: kvm@vger.kernel.org --- Documentation/virt/kvm/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-5.8-rc3.orig/Documentation/virt/kvm/api.rst +++ linux-5.8-rc3/Documentation/virt/kvm/api.rst @@ -3147,7 +3147,7 @@ Possible features: :Capability: basic :Architectures: arm, arm64 :Type: vm ioctl -:Parameters: struct struct kvm_vcpu_init (out) +:Parameters: struct kvm_vcpu_init (out) :Returns: 0 on success; -1 on error Errors: From patchwork Tue Jul 7 18:04:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11650801 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 08EBC739 for ; Wed, 8 Jul 2020 07:07:55 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 DB94A206DF for ; Wed, 8 Jul 2020 07:07:54 +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="Z1WekKlx" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DB94A206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 271F56E88C; Wed, 8 Jul 2020 07:06:46 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id E786D6E248 for ; Tue, 7 Jul 2020 18:08:07 +0000 (UTC) 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: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=K5P4I52OmjG0Sl6pNIztAMb1sxWsy+0tk7m8cTC1PU4=; b=Z1WekKlxFVdnZGsAJR+/c8fv4z pLlP0fDHe0D0I1Ads9xVF93NZUe8X9+r51YmEyXSXlQTBQpi+BrzZLChovSUm2rAPdYwrJ1FeRkOw LLi1R2rRN0Z5hHRMsXYTxwfXkWgDStvhzhV2bspd6ddrZTpmxMJdxXcIcS42+C4oCFtPtpxG+aSNw TtEKBsokrzD2hCL/WeMkHvPMGuFDQepau4i4BxI51wHJWRJO/nUTNHz/uACsBU3NSbRzYL0r/dq7i WYDSvoKho26VE+A7oLydro/T/5L7+x8roGd0fb3QDX9bHa0jJWG0osdPFyECP7OxtqjMxL0Y36h1s qQow6Ksg==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jss0X-0004JY-Up; Tue, 07 Jul 2020 18:07:54 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 20/20] Documentation: vm/memory-model: eliminate duplicated word Date: Tue, 7 Jul 2020 11:04:13 -0700 Message-Id: <20200707180414.10467-20-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200707180414.10467-1-rdunlap@infradead.org> References: <20200707180414.10467-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 08 Jul 2020 07:06:31 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , kgdb-bugreport@lists.sourceforge.net, linux-fpga@vger.kernel.org, Liviu Dudau , dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , linux-mm@kvack.org, keyrings@vger.kernel.org, Paul Mackerras , linux-i2c@vger.kernel.org, Pavel Machek , Srinivas Pandruvada , Mihail Atanassov , linux-leds@vger.kernel.org, linux-s390@vger.kernel.org, Daniel Thompson , linux-scsi@vger.kernel.org, Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Matthew Wilcox , Halil Pasic , Jarkko Sakkinen , James Wang , linux-input@vger.kernel.org, Mali DP Maintainers , Derek Kiernan , Dragan Cvetic , Wu Hao , Tony Krowiak , linux-kbuild@vger.kernel.org, "James E.J. Bottomley" , Jiri Kosina , Hannes Reinecke , linux-block@vger.kernel.org, Thomas Bogendoerfer , Jacek Anaszewski , linux-mm@vger.kernel.org, Dan Williams , Andrew Morton , Mimi Zohar , Jens Axboe , Michal Marek , "Martin K. Petersen" , Pierre Morel , Randy Dunlap , Douglas Anderson , Wolfram Sang , Jason Wessel , Paolo Bonzini , linux-integrity@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mike Rapoport , Dan Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Andrew Morton Cc: linux-mm@kvack.org --- Documentation/vm/memory-model.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/vm/memory-model.rst +++ linux-next-20200701/Documentation/vm/memory-model.rst @@ -159,7 +159,7 @@ frame. Inside a section, the PFN is the The sparse vmemmap uses a virtually mapped memory map to optimize pfn_to_page and page_to_pfn operations. There is a global `struct page *vmemmap` pointer that points to a virtually contiguous array of -`struct page` objects. A PFN is an index to that array and the the +`struct page` objects. A PFN is an index to that array and the offset of the `struct page` from `vmemmap` is the PFN of that page.