From patchwork Sat Jul 4 03:44:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11643195 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 A3D00618 for ; Sat, 4 Jul 2020 03:45:22 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (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 77124208D5 for ; Sat, 4 Jul 2020 03:45: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="poKqFqzy" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 77124208D5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 48B70114E9C06; Fri, 3 Jul 2020 20:45:22 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver= Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8DF46114493D6 for ; Fri, 3 Jul 2020 20:45:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=cfuMtEE7aLNsTWKrfmSLBZiVov+0MQq3QCFMWag3GnA=; b=poKqFqzyZYsZV/s9ZcbOe5p0/E YQRhrHdTpIgWrm9jdD+AcSJi8nWKFsktCg96n2jVBrA5NPjK7nFn+3cPxt9gI89iFbLBqSOjJ9J44 BnTgPWt2Vxg+A1LTYLRK5dCMwJxvCyb1Nyczq6lScDORAnhB6pLkQpvP+8JXd5j6NWs1kypdPYPuO beeIefvHuzMOndhAaROWvf3UVxqPWkvP2U2DOoeRNL7Jhcd8T0wTqlC1+WpRc1osfE0grZpc9ODKY kT52GGrivXHQK/CiWI0eIILr9iqcLk2pMwJOtem2DtcAArS+ddJC1p+dsxkMdgWY6guRTnxzkYAvi OSAgyBMg==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrZ73-0001Xb-CK; Sat, 04 Jul 2020 03:45:14 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 01/17] Documentation/driver-api: dmaengine/provider: drop doubled word Date: Fri, 3 Jul 2020 20:44:46 -0700 Message-Id: <20200704034502.17199-2-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200704034502.17199-1-rdunlap@infradead.org> References: <20200704034502.17199-1-rdunlap@infradead.org> MIME-Version: 1.0 Message-ID-Hash: Q6IPRGV65CGB4Z3O5FH2MUGT7GJOFCEX X-Message-ID-Hash: Q6IPRGV65CGB4Z3O5FH2MUGT7GJOFCEX X-MailFrom: rdunlap@infradead.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Drop the doubled word "has". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Vinod Koul Cc: dmaengine@vger.kernel.org --- Documentation/driver-api/dmaengine/provider.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/driver-api/dmaengine/provider.rst +++ linux-next-20200701/Documentation/driver-api/dmaengine/provider.rst @@ -507,7 +507,7 @@ dma_cookie_t DMA_CTRL_ACK - If clear, the descriptor cannot be reused by provider until the - client acknowledges receipt, i.e. has has a chance to establish any + client acknowledges receipt, i.e. has a chance to establish any dependency chains - This can be acked by invoking async_tx_ack() From patchwork Sat Jul 4 03:44:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11643207 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 A65EB14DD for ; Sat, 4 Jul 2020 03:45:28 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (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 851F9212CC for ; Sat, 4 Jul 2020 03:45: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="FwLC48ir" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 851F9212CC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 731AE114EB6C2; Fri, 3 Jul 2020 20:45:28 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver= Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8A5B2114E9C11 for ; Fri, 3 Jul 2020 20:45:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=ch5Vnnhpkqkrccfr8vk7v05NfE6XsFtcOu+GJkyQHBU=; b=FwLC48irGrbOE8mlmtFnAcXSj8 7pMwqFHQ/lY0IoQG6iPaqcXe2E8BkvEKZEyti4dQgkA1nOIOhUjcHDoy9y+Bv0ve02SRjuVOevxV1 H2entV7jdnjRlEV2KfWmq5TWpjqSbnf+CbYuwKWHCH6bf1UyJybRDYzcNcc8Z0Bvpok7PkkbJ1ih0 5ZNAUMRKAIf+Hd7C1xTw29MZRfkX+bbdVy8fOOCSuynh40S5Wop084dLkmJOb/p4veWeXA6+HZXwF /RrRAGed3oOl4MOdu4dg6YLum9eD+j7R+dEb5YvAvoBkgfhrKYN47gEdFlC5bDke0G8438OlD0G8G EOOP9q4w==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrZ78-0001Xb-6f; Sat, 04 Jul 2020 03:45:19 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 02/17] Documentation/driver-api: firmware/built-in-fw: drop doubled word Date: Fri, 3 Jul 2020 20:44:47 -0700 Message-Id: <20200704034502.17199-3-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200704034502.17199-1-rdunlap@infradead.org> References: <20200704034502.17199-1-rdunlap@infradead.org> MIME-Version: 1.0 Message-ID-Hash: HM6NFU63EHVMLAQNNLYL6G6BZIJ2ATDY X-Message-ID-Hash: HM6NFU63EHVMLAQNNLYL6G6BZIJ2ATDY X-MailFrom: rdunlap@infradead.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Drop the doubled word "for". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Luis Chamberlain Cc: Greg Kroah-Hartman Acked-by: Luis Chamberlain --- Documentation/driver-api/firmware/built-in-fw.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/driver-api/firmware/built-in-fw.rst +++ linux-next-20200701/Documentation/driver-api/firmware/built-in-fw.rst @@ -28,6 +28,6 @@ able to make use of built-in firmware: * Some firmware files may be really large in size. The remote-proc subsystem is an example subsystem which deals with these sorts of firmware * The firmware may need to be scraped out from some device specific location - dynamically, an example is calibration data for for some WiFi chipsets. This + dynamically, an example is calibration data for some WiFi chipsets. This calibration data can be unique per sold device. From patchwork Sat Jul 4 03:44:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11643215 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 CAB61618 for ; Sat, 4 Jul 2020 03:45:33 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (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 A6A9D208C7 for ; Sat, 4 Jul 2020 03:45: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="B2AMYlF3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A6A9D208C7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 8E168114EB6C2; Fri, 3 Jul 2020 20:45:33 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver= Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 594E9114E9C06 for ; Fri, 3 Jul 2020 20:45:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=5uNtA/HJRXzseONyU9tn1hzhV7wWRJZnITuL/3spnnY=; b=B2AMYlF3x1F6n+eSGjVKcIP4H7 mKPh9F2qqwNJh93JJP2YvgExFJisGruw/hCg+OGkOToGkK2eVdbivGgZEo9Rh0OTDFumyVlqRD0PR /SEbNG/7D2/Vf6ZLQ77NYb/wIqYpoOv0Ye4P4uA3tVdee4f+sNGW4LAsFYSOH/Prr3g79OcGXVvwt Wr+yGdkg4bcphMEHUR2kQ8e1/zATZtvtkdXokIWCYoZdpVcKDzVfUd91xiWSE9YVxFp1jrJxgnIwL OXw5ydettLbL49iBXAqw5PbhtvcLNYTL6HKbx/9nyihxoGk60Z+hdMkdMEsE70H8hIpC2l0vGO0vS KaQWTeyQ==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrZ7D-0001Xb-VA; Sat, 04 Jul 2020 03:45:25 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 03/17] Documentation/driver-api: firmware/firmware_cache: drop doubled word Date: Fri, 3 Jul 2020 20:44:48 -0700 Message-Id: <20200704034502.17199-4-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200704034502.17199-1-rdunlap@infradead.org> References: <20200704034502.17199-1-rdunlap@infradead.org> MIME-Version: 1.0 Message-ID-Hash: ZXPZBGR7EQZ4FZWMFZJ65B7UGWBZZ3I7 X-Message-ID-Hash: ZXPZBGR7EQZ4FZWMFZJ65B7UGWBZZ3I7 X-MailFrom: rdunlap@infradead.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Drop the doubled word "if". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Luis Chamberlain Cc: Greg Kroah-Hartman --- Documentation/driver-api/firmware/firmware_cache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/driver-api/firmware/firmware_cache.rst +++ linux-next-20200701/Documentation/driver-api/firmware/firmware_cache.rst @@ -27,7 +27,7 @@ Some implementation details about the fi uses all synchronous call except :c:func:`request_firmware_into_buf`. * If an asynchronous call is used the firmware cache is only set up for a - device if if the second argument (uevent) to request_firmware_nowait() is + device if the second argument (uevent) to request_firmware_nowait() is true. When uevent is true it requests that a kobject uevent be sent to userspace for the firmware request through the sysfs fallback mechanism if the firmware file is not found. From patchwork Sat Jul 4 03:44:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11643225 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 E8EAE618 for ; Sat, 4 Jul 2020 03:45:40 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (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 C7052208D5 for ; Sat, 4 Jul 2020 03:45:40 +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="bB8P99UQ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C7052208D5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id A56E0114EB6C2; Fri, 3 Jul 2020 20:45:40 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver= Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E5F371145BDE5 for ; Fri, 3 Jul 2020 20:45:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=COadqeh7uXIXiMC1HdlQrl27S5WUVALD05j/f0udySQ=; b=bB8P99UQmrezoDX7Ee0OFb1rT1 FG9sRhAK7gHJ4vamI15Z2HRIMEkq8s9QS22C/SgRqTBMxM2XDLF4WpE9IR/HiMsacowfAD87d9YlE CJuuIFx5ew0DVJsg7V/yMOd5BWvMD3IwCOkAF1oCx3bDLB3w8wNkLUhKFMV6ppvqkPg+msWi/hpyx y0TkbLU6681V/o9zHAqBQzy+Q6MpN8uoKCKlqCsBnG6D7QiXtkVCPWE6kAr1W2XMNtDA5Dw4B/fQS 7ROTBBoGRQu1ZO6eD2MSW72gEeVYaGL7IJDz08QC2jZcEssXzOnQKxjL6WHSIDhQUkOZ84pzA9o6u mEtmeovw==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrZ7J-0001Xb-9C; Sat, 04 Jul 2020 03:45:30 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 04/17] Documentation/driver-api: firmware/direct-fs-lookup: drop doubled word Date: Fri, 3 Jul 2020 20:44:49 -0700 Message-Id: <20200704034502.17199-5-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200704034502.17199-1-rdunlap@infradead.org> References: <20200704034502.17199-1-rdunlap@infradead.org> MIME-Version: 1.0 Message-ID-Hash: 4QFLI6ZGM7HGUKVYFU3ZIZFQXROS3QGM X-Message-ID-Hash: 4QFLI6ZGM7HGUKVYFU3ZIZFQXROS3QGM X-MailFrom: rdunlap@infradead.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Drop the doubled word "firmware". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Luis Chamberlain Cc: Greg Kroah-Hartman --- Documentation/driver-api/firmware/direct-fs-lookup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/driver-api/firmware/direct-fs-lookup.rst +++ linux-next-20200701/Documentation/driver-api/firmware/direct-fs-lookup.rst @@ -24,7 +24,7 @@ available. Stuffing the firmware into in however note that using initrd does not suffice to address the same race. There are circumstances that justify not wanting to include firmware into -initramfs, such as dealing with large firmware firmware files for the +initramfs, such as dealing with large firmware files for the remote-proc subsystem. For such cases using a userspace fallback mechanism is currently the only viable solution as only userspace can know for sure when the real rootfs is ready and mounted. From patchwork Sat Jul 4 03:44:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11643231 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 13FD214DD for ; Sat, 4 Jul 2020 03:45:45 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (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 E7186208D5 for ; Sat, 4 Jul 2020 03:45:44 +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="Tcd3aFlN" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E7186208D5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id CE0BB114EFCF1; Fri, 3 Jul 2020 20:45:44 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver= Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C1CD3114EB6C2 for ; Fri, 3 Jul 2020 20:45:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=azvx83xWOF3kgC3cI2uK3xiDXooMGlcuFMVIJEx/1Lo=; b=Tcd3aFlNwzruQOdCr9D4GGOjOy EZcH45N2UM7LMqVLlNGSFqIVhxzPnuiVmKv0rMC2i+u2lhJrHpqjBbed530iF+80r6C57nR2I5gLr KIlYsBVb1icYkVQkEPZuCD/+qq3qapwnTiudopeWjl3k0J3mTVtfzpbMYPZzjfr9ES5I5bk6BLzPx rkoT+VM19+vYj5fTo9n1ocTlqn8AWkHYDeC1YH2nmyvZsfvEmF3xbYTPuTtXrFP0UxdcJu+9U6PLg MKWX0pKCkQz+k6+VFgiRfI9YS6noGKAmiqyCM+ygBUCXIATIGobU4EyGmOrGS/gICWnwrgW1HxKcu jTKSiCgQ==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrZ7P-0001Xb-73; Sat, 04 Jul 2020 03:45:36 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 05/17] Documentation/driver-api: firmware/request_firmware: drop doubled word Date: Fri, 3 Jul 2020 20:44:50 -0700 Message-Id: <20200704034502.17199-6-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200704034502.17199-1-rdunlap@infradead.org> References: <20200704034502.17199-1-rdunlap@infradead.org> MIME-Version: 1.0 Message-ID-Hash: TQ36PX4ZDSPJLYEUPJAPA3CYWGKUOJ2L X-Message-ID-Hash: TQ36PX4ZDSPJLYEUPJAPA3CYWGKUOJ2L X-MailFrom: rdunlap@infradead.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Drop the doubled word "call". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Luis Chamberlain Cc: Greg Kroah-Hartman --- Documentation/driver-api/firmware/request_firmware.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/driver-api/firmware/request_firmware.rst +++ linux-next-20200701/Documentation/driver-api/firmware/request_firmware.rst @@ -76,5 +76,5 @@ firmware. For example if you used reques the driver has the firmware image accessible in fw_entry->{data,size}. If something went wrong request_firmware() returns non-zero and fw_entry is set to NULL. Once your driver is done with processing the firmware it -can call call release_firmware(fw_entry) to release the firmware image +can call release_firmware(fw_entry) to release the firmware image and any related resource. From patchwork Sat Jul 4 03:44:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11643241 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 2C46E618 for ; Sat, 4 Jul 2020 03:45:52 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (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 0A8D2208C7 for ; Sat, 4 Jul 2020 03:45:51 +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="EgemK5cZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0A8D2208C7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id E731B114EFCF4; Fri, 3 Jul 2020 20:45:51 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver= Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E1657114EFCF2 for ; Fri, 3 Jul 2020 20:45:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=Br7ciRkToTzu9/SujjXjuCMCVdJ9xhWa8uu/HHCT9l8=; b=EgemK5cZlfAMhE9a1wh8G8Hp82 J7kTS++6PFbZ51Aj2m/BKisHz8t5K24o92ZXLKqzbL0PocTNNSM14IKRg8ZEaTSRuOpLNAmsk/zie CR7F/mFuv8GpJWPmmuGzrZYtzzgd6ohotx8F3rzbGEFIcnwenK8mKMLEcv8f8KPAhi6mxTnB+jk/6 lzY4YxB/cKEwv6/6ZCDoPugagg/o04mcXzjAQN/uX05nAacqzAqMl0gZCqVHXsqcuZi12MWAXqCEU Ro6Mi6wRV05x6k88IQzMDioCUWitzpInVbMrFnDZQ3UE2Etn3g0rBSvnXrPOsnPCdL0K0S9yGm/18 KYUv61VA==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrZ7U-0001Xb-Lc; Sat, 04 Jul 2020 03:45:41 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 06/17] Documentation/driver-api: generic-counter: drop doubled word Date: Fri, 3 Jul 2020 20:44:51 -0700 Message-Id: <20200704034502.17199-7-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200704034502.17199-1-rdunlap@infradead.org> References: <20200704034502.17199-1-rdunlap@infradead.org> MIME-Version: 1.0 Message-ID-Hash: WXXCED6PBXJNGRFUXBDXIDFIL4QCKNQC X-Message-ID-Hash: WXXCED6PBXJNGRFUXBDXIDFIL4QCKNQC X-MailFrom: rdunlap@infradead.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: William Breathitt Gray Cc: linux-iio@vger.kernel.org Acked-by: William Breathitt Gray --- Documentation/driver-api/generic-counter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/driver-api/generic-counter.rst +++ linux-next-20200701/Documentation/driver-api/generic-counter.rst @@ -262,7 +262,7 @@ the system. Counter Counts may be allocated via counter_count structures, and respective Counter Signal associations (Synapses) made via counter_synapse structures. Associated counter_synapse structures are -stored as an array and set to the the synapses array member of the +stored as an array and set to the synapses array member of the respective counter_count structure. These counter_count structures are set to the counts array member of an allocated counter_device structure before the Counter is registered to the system. From patchwork Sat Jul 4 03:44:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11643245 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 6067F14DD for ; Sat, 4 Jul 2020 03:45:55 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (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 3F29E208C7 for ; Sat, 4 Jul 2020 03:45:55 +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="pyKk1gSS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3F29E208C7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 11D02114EFCF5; Fri, 3 Jul 2020 20:45:55 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver= Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D10B2114EFCF4 for ; Fri, 3 Jul 2020 20:45:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=rIE2HiSejbxqQ8BF9s2XxhnmsjYecXnzhkq4IxXMVOY=; b=pyKk1gSSLI0/FWyvONIFuBgUsH m+eAPUwqj653x5k8g1mS6agzbN27hETdg3MeXx2pzq5mtFOV1+9R1RYQ6Lu/INZw/8FQPRmT+/Ath BfLOIp6Y4DkXXTpHEWzMtfSnIa1p9xwb/0NN8CjviT9URBWx9J1n6l8phiwv/IZn7Yd7KJcAPk3LN uq0jPnrM/ICLBiUMxzwOznk+EXA3kICZqhCRY2ifqd6Jfm4zqhyjI9t7Ak0QOS1VlBgPDvidof/U/ 6CzcnzRx6fg21g3HMxwVUg90l/zmtyMOQplMv+f7N412o8WCEzSnRpXRvuFa4Pg1b01cx5cc2k6KC Qbild4Lg==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrZ7a-0001Xb-8O; Sat, 04 Jul 2020 03:45:47 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 07/17] Documentation/driver-api: iio/buffers: drop doubled word Date: Fri, 3 Jul 2020 20:44:52 -0700 Message-Id: <20200704034502.17199-8-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200704034502.17199-1-rdunlap@infradead.org> References: <20200704034502.17199-1-rdunlap@infradead.org> MIME-Version: 1.0 Message-ID-Hash: DKDFAZBAUGPEOKETES3HYG3SXUZWMKN5 X-Message-ID-Hash: DKDFAZBAUGPEOKETES3HYG3SXUZWMKN5 X-MailFrom: rdunlap@infradead.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Drop the doubled word "struct". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: William Breathitt Gray Cc: linux-iio@vger.kernel.org --- Documentation/driver-api/iio/buffers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/driver-api/iio/buffers.rst +++ linux-next-20200701/Documentation/driver-api/iio/buffers.rst @@ -88,7 +88,7 @@ fields in iio_chan_spec definition:: The driver implementing the accelerometer described above will have the following channel definition:: - struct struct iio_chan_spec accel_channels[] = { + struct iio_chan_spec accel_channels[] = { { .type = IIO_ACCEL, .modified = 1, From patchwork Sat Jul 4 03:44:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11643257 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 5B783618 for ; Sat, 4 Jul 2020 03:46:03 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (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 39FE0208D5 for ; Sat, 4 Jul 2020 03:46: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="XHH2ztO1" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 39FE0208D5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 2794A114EFCFB; Fri, 3 Jul 2020 20:46:03 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver= Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8FD92114EFCF5 for ; Fri, 3 Jul 2020 20:45:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=bouRfF6/sBtVI5L0f+o3qswHe079xcdi/E30/5xT1pk=; b=XHH2ztO1svnSw116jt9ZOBVu3g 8ihrZ06RGuZUU1+9Ss+0SpdMxY6eZWCP869qGbzh3x9eqrA9Z6aqBlHoR50fbPXnCEivOfwo8FUk6 6kAtKLIkrUVEnykvBJuua7L1A2rcrODPsN/HKNaCEzh3NYGZt8SOIbpaO0Haw1kguGAAQH00j34Sw GCG4LOBCB9ZtdRtiXiU1Tc/mFplI/c+3QFLjD7Tf9hHGQ8ghInj6T+4uIBc3aC0XhuNJEZtHySl9p 6VpU5KJDpV4e7FJeQFWpONp3eDL7nsJ53o5irIw8xoqHLKskDW+wzOvhUHzB5HHHh8rBtU0zBrBnm qJSKMooA==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrZ7f-0001Xb-Kv; Sat, 04 Jul 2020 03:45:52 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 08/17] Documentation/driver-api: media/cec-core: drop doubled word Date: Fri, 3 Jul 2020 20:44:53 -0700 Message-Id: <20200704034502.17199-9-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200704034502.17199-1-rdunlap@infradead.org> References: <20200704034502.17199-1-rdunlap@infradead.org> MIME-Version: 1.0 Message-ID-Hash: NXDK5DQ7GV3SPAPC5MBREDKK32ZA343V X-Message-ID-Hash: NXDK5DQ7GV3SPAPC5MBREDKK32ZA343V X-MailFrom: rdunlap@infradead.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org --- Documentation/driver-api/media/cec-core.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/driver-api/media/cec-core.rst +++ linux-next-20200701/Documentation/driver-api/media/cec-core.rst @@ -341,7 +341,7 @@ So this must work: $ cat einj.txt >error-inj The first callback is called when this file is read and it should show the -the current error injection state: +current error injection state: .. c:function:: int (*error_inj_show)(struct cec_adapter *adap, struct seq_file *sf); From patchwork Sat Jul 4 03:44:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11643261 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 74F0C739 for ; Sat, 4 Jul 2020 03:46:07 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (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 531B1214D8 for ; Sat, 4 Jul 2020 03:46:07 +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="Bf7UEtxc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 531B1214D8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 3A7A0114EFCFD; Fri, 3 Jul 2020 20:46:07 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver= Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 06206114EFCFB for ; Fri, 3 Jul 2020 20:46:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=r1aEn+t8j2wA7e0I1OW+BPLKTMMoNGZMWbd9fmMpZqM=; b=Bf7UEtxchI7uzsegrZdvsGmrc9 o54oS1+GEx9s96zmUe3AL/sWiWdhOKDloa22aQ4S0qWGNBFE7Mej7wXlYw7vRPJIPsytdGY2hcbCo 0a3Gy/WZ5D8lUTsbdZStrXsqiPWU2PTBQizk7kHRBiDkXdc0Ozj/vm17vf3QLzZu+Jgc2QvWqO/ir DxrFku1YVsvED4x7TNCGGospZLqCSMDJbNczoqYUouxdDxaD2+eodhQu8Z3c+lbvweNYKbsR3bT0w JASGoMQH95cHVt5eQsEmBjz+tOpCqwL9JMwgvL/B6V3gJyZsqzOQvUTLWa7ocEF0PUZsMrt9rNIPd 7ntghEEQ==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrZ7l-0001Xb-2Y; Sat, 04 Jul 2020 03:45:58 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 09/17] Documentation/driver-api: media/dtv-frontend: drop doubled word Date: Fri, 3 Jul 2020 20:44:54 -0700 Message-Id: <20200704034502.17199-10-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200704034502.17199-1-rdunlap@infradead.org> References: <20200704034502.17199-1-rdunlap@infradead.org> MIME-Version: 1.0 Message-ID-Hash: KG4U4JR7ETIE7O4LDR7CUGLIZAQHGXAG X-Message-ID-Hash: KG4U4JR7ETIE7O4LDR7CUGLIZAQHGXAG X-MailFrom: rdunlap@infradead.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Drop the doubled word "errors". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org --- Documentation/driver-api/media/dtv-frontend.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- linux-next-20200701.orig/Documentation/driver-api/media/dtv-frontend.rst +++ linux-next-20200701/Documentation/driver-api/media/dtv-frontend.rst @@ -244,7 +244,7 @@ Carrier Signal to Noise ratio (:ref:`DTV Having it available after inner FEC is more common. Bit counts post-FEC (:ref:`DTV-STAT-POST-ERROR-BIT-COUNT` and :ref:`DTV-STAT-POST-TOTAL-BIT-COUNT`) - - Those counters measure the number of bits and bit errors errors after + - Those counters measure the number of bits and bit errors after the forward error correction (FEC) on the inner coding block (after Viterbi, LDPC or other inner code). @@ -253,7 +253,7 @@ Bit counts post-FEC (:ref:`DTV-STAT-POST see :c:type:`fe_status`). Bit counts pre-FEC (:ref:`DTV-STAT-PRE-ERROR-BIT-COUNT` and :ref:`DTV-STAT-PRE-TOTAL-BIT-COUNT`) - - Those counters measure the number of bits and bit errors errors before + - Those counters measure the number of bits and bit errors before the forward error correction (FEC) on the inner coding block (before Viterbi, LDPC or other inner code). @@ -263,7 +263,7 @@ Bit counts pre-FEC (:ref:`DTV-STAT-PRE-E after ``FE_HAS_VITERBI``, see :c:type:`fe_status`). Block counts (:ref:`DTV-STAT-ERROR-BLOCK-COUNT` and :ref:`DTV-STAT-TOTAL-BLOCK-COUNT`) - - Those counters measure the number of blocks and block errors errors after + - Those counters measure the number of blocks and block errors after the forward error correction (FEC) on the inner coding block (before Viterbi, LDPC or other inner code). From patchwork Sat Jul 4 03:44: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: 11643263 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 8817D618 for ; Sat, 4 Jul 2020 03:46:12 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (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 658FB208D5 for ; Sat, 4 Jul 2020 03:46:12 +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="GtpfoO3L" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 658FB208D5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 50A2D11504B0C; Fri, 3 Jul 2020 20:46:12 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver= Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id EA5C1114EFCFD for ; Fri, 3 Jul 2020 20:46:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=1H7C7zEDvKakDL7QnZ6YmqSUL7TPTa6iZ3cT+yZu6A8=; b=GtpfoO3Lq6+v0NtA8liEWd9qgV VsngCQVZFPAM3xaUwaEe9+2Ur58T6S2ns5C4EWZEG5ppc3SFASQgYLAQHbmCiEsutt2InWimt2bNl p3nAqrXve5Cjf8gA3+6BRISnsgnAcz6yH1iS5S5MnRUu7+VBdsDz9hn2zezk2fz8N3d/d6sP5swTO Lvc7GiJhA37+nbwPXGGHwJvWz/E9+/rF2ilC3mucKV0wcutPnCzC9t0bslUPnIeLvAbcKmwleY0lR c+bb8P8COrkZC+T2VVxTCCpMup16boKrHqFN6EZ5THEJ+CVj3wNg6NEtNywP5Mtuz8pVMpJAKxGOR KRKn35gQ==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrZ7q-0001Xb-Fo; Sat, 04 Jul 2020 03:46:03 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 10/17] Documentation/driver-api: media/v4l2-dev: drop doubled word Date: Fri, 3 Jul 2020 20:44:55 -0700 Message-Id: <20200704034502.17199-11-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200704034502.17199-1-rdunlap@infradead.org> References: <20200704034502.17199-1-rdunlap@infradead.org> MIME-Version: 1.0 Message-ID-Hash: 5KOD3GK4UQSFMG3WC2S7EYK4VXF4RCOE X-Message-ID-Hash: 5KOD3GK4UQSFMG3WC2S7EYK4VXF4RCOE X-MailFrom: rdunlap@infradead.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Drop the doubled word "device". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org --- Documentation/driver-api/media/v4l2-dev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/driver-api/media/v4l2-dev.rst +++ linux-next-20200701/Documentation/driver-api/media/v4l2-dev.rst @@ -212,7 +212,7 @@ types exist: ========================== ==================== ============================== The last argument gives you a certain amount of control over the device -device node number used (i.e. the X in ``videoX``). Normally you will pass -1 +node number used (i.e. the X in ``videoX``). Normally you will pass -1 to let the v4l2 framework pick the first free number. But sometimes users want to select a specific node number. It is common that drivers allow the user to select a specific device node number through a driver module From patchwork Sat Jul 4 03:44: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: 11643269 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 8B573739 for ; Sat, 4 Jul 2020 03:46:18 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (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 694CF21473 for ; Sat, 4 Jul 2020 03:46:18 +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="Ba1zfCJU" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 694CF21473 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 6446211504B10; Fri, 3 Jul 2020 20:46:18 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver= Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id CBF9811504B0C for ; Fri, 3 Jul 2020 20:46:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=/CGMiPAz1EqlmAsuqBAdyktP4CyuJQt8tuDtDyXNR6Y=; b=Ba1zfCJUJkqxlIdW9NwaYHEcyF MUxE9LcPWFaVt1IkC8D8F+X1OIQXwvnN6awtL4ky5UGvax4zDdWGiHgT841yxr3dqNim6QFPwn8vN GMhffP4nmlRfdqHpuugtZuepsX43cLgQrRmyz601mCHSYu7TArLaqoNB+9GWPt/KoJ6o1HlnGFW6+ ffXycZpHadTyGoB6jodB59F5Uky/eEp/HhIxxp8ecbrze2ib5Xij1IrEw8ppucqYNnTB/F67CDIW5 1gP2g017fPDIvX4CaiYCMfiPQk2Gzae5rRr4uN2SrC8CVH/dLvYWnF7La5HikU4HIXPq6URlT+LRQ f1tiDR5Q==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrZ7v-0001Xb-Dv; Sat, 04 Jul 2020 03:46:08 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 11/17] Documentation/driver-api: driver-model/platform: drop doubled word Date: Fri, 3 Jul 2020 20:44:56 -0700 Message-Id: <20200704034502.17199-12-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200704034502.17199-1-rdunlap@infradead.org> References: <20200704034502.17199-1-rdunlap@infradead.org> MIME-Version: 1.0 Message-ID-Hash: L6TT7B24IUCCRKRRMJYQ6ZSQT2BH3YG7 X-Message-ID-Hash: L6TT7B24IUCCRKRRMJYQ6ZSQT2BH3YG7 X-MailFrom: rdunlap@infradead.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Drop the doubled word "that". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Greg Kroah-Hartman --- Documentation/driver-api/driver-model/platform.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/driver-api/driver-model/platform.rst +++ linux-next-20200701/Documentation/driver-api/driver-model/platform.rst @@ -108,7 +108,7 @@ field to hold additional information. Embedded systems frequently need one or more clocks for platform devices, which are normally kept off until they're actively needed (to save power). -System setup also associates those clocks with the device, so that that +System setup also associates those clocks with the device, so that calls to clk_get(&pdev->dev, clock_name) return them as needed. From patchwork Sat Jul 4 03:44: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: 11643277 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 A6E08739 for ; Sat, 4 Jul 2020 03:46:24 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (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 865C521473 for ; Sat, 4 Jul 2020 03:46:24 +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="NLw/zpYV" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 865C521473 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 8023011504B12; Fri, 3 Jul 2020 20:46:24 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver= Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D69F011504B11 for ; Fri, 3 Jul 2020 20:46:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=6EonKUvskMRhUPMN+Ghhg/8Utfl6KLu/Eki0DelHmZo=; b=NLw/zpYV5if9WIc2kLc0j4W712 8Jg1xRzVSe4FU9+/MJd+DzxGrj5zuTTH3UACVYBfUTc3LgNKZky1fuNTrWLrYl02NRENH/wMEww9R 345jy/WUIadRLg+uwmwNQJAk6BRytXY6LUAROs54TzWlgJaLdwFgY566WYCzDVtgID0NtsB1x3u24 rDuBvadU7LyywbNwvpPHxr3SrEqAFa+x5FyI/MuwmhpK87Oy65ypBopGLVaf9+Z1KIa0+Ux2UQBFt YhwONxgqkorRSqFpjoVV/GekOJgIMYbEideBvS4if5O7t2LHJ5yoPM750Ucw56UPYzcQRZLaN3Fjg ax+0AsuQ==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrZ80-0001Xb-SC; Sat, 04 Jul 2020 03:46:13 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 12/17] Documentation/driver-api: ntb: drop doubled word Date: Fri, 3 Jul 2020 20:44:57 -0700 Message-Id: <20200704034502.17199-13-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200704034502.17199-1-rdunlap@infradead.org> References: <20200704034502.17199-1-rdunlap@infradead.org> MIME-Version: 1.0 Message-ID-Hash: WVWBAYALQW6FYUS2P33YNWCZOACXQRNS X-Message-ID-Hash: WVWBAYALQW6FYUS2P33YNWCZOACXQRNS X-MailFrom: rdunlap@infradead.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Drop the doubled word "with". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Jon Mason Cc: Dave Jiang Cc: Allen Hubbe Cc: linux-ntb@googlegroups.com --- Documentation/driver-api/ntb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/driver-api/ntb.rst +++ linux-next-20200701/Documentation/driver-api/ntb.rst @@ -9,7 +9,7 @@ registers and memory translation windows scratchpad and message registers. Scratchpad registers are read-and-writable registers that are accessible from either side of the device, so that peers can exchange a small amount of information at a fixed address. Message registers can -be utilized for the same purpose. Additionally they are provided with with +be utilized for the same purpose. Additionally they are provided with special status bits to make sure the information isn't rewritten by another peer. Doorbell registers provide a way for peers to send interrupt events. Memory windows allow translated read and write access to the peer memory. From patchwork Sat Jul 4 03:44: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: 11643279 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 C87CA739 for ; Sat, 4 Jul 2020 03:46:27 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (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 A6CB421473 for ; Sat, 4 Jul 2020 03:46:27 +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="o2zYcSx9" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A6CB421473 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id A23DB11504EA2; Fri, 3 Jul 2020 20:46:27 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver= Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5E2A9114EB6C5 for ; Fri, 3 Jul 2020 20:46:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=l2dNp9CDCJWinvc4lxu8WrMSWxEENUQ4lh7tctfmeCY=; b=o2zYcSx9s6tpm7oS6TkJxGFzET 04GnFb6LY6i2JGbzGnYpv5GmmiWMlIAYslf9NEz4RLDjcxPhTmfE9OMuRd5/2OC/GPr2rAqYPo8W8 qSGhJPbgp5fTLRoz+sn/a8VJGfB0SNZipL70akZNifLrdIdBeWnN8rdpm8pNQ3HA+vpMB2GOyVUxI Y4szHID82GDhxLVjUJZ9uaHzSr4XoD6clWAtjhxb2IyAyDhQ6aHKdCeIIqauIKdvu1+/yKzcQc+Wl O7iD2RUa+l28E2AyoxXLI/7M22gBBZDsAJ4ASC/BjtzT15nB/F4BrOpdVTZE3ln5bkfGwS9uMGKOE y4jxsvkg==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrZ85-0001Xb-S7; Sat, 04 Jul 2020 03:46:18 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 13/17] Documentation/driver-api: nvdimm: drop doubled word Date: Fri, 3 Jul 2020 20:44:58 -0700 Message-Id: <20200704034502.17199-14-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200704034502.17199-1-rdunlap@infradead.org> References: <20200704034502.17199-1-rdunlap@infradead.org> MIME-Version: 1.0 Message-ID-Hash: K5HXKMEEF7QSD4LRH26RS7D7EAQQZSGT X-Message-ID-Hash: K5HXKMEEF7QSD4LRH26RS7D7EAQQZSGT X-MailFrom: rdunlap@infradead.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Drop the doubled word "to". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Dan Williams Cc: Vishal Verma Cc: Dave Jiang Cc: Ira Weiny Cc: linux-nvdimm@lists.01.org Acked-by: Ira Weiny --- Documentation/driver-api/nvdimm/nvdimm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/driver-api/nvdimm/nvdimm.rst +++ linux-next-20200701/Documentation/driver-api/nvdimm/nvdimm.rst @@ -73,7 +73,7 @@ DAX: process address space. DSM: - Device Specific Method: ACPI method to to control specific + Device Specific Method: ACPI method to control specific device - in this case the firmware. DCR: From patchwork Sat Jul 4 03:44: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: 11643289 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 E3A65739 for ; Sat, 4 Jul 2020 03:46:33 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (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 C2434208D5 for ; Sat, 4 Jul 2020 03:46: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="tThxSQHI" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C2434208D5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id B9F2D11504EA4; Fri, 3 Jul 2020 20:46:33 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver= Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 355AA11504EA3 for ; Fri, 3 Jul 2020 20:46:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=Yq+NcoPRctb9cTYxOdPjKEln/NFtbJY6YqfumM1Za80=; b=tThxSQHIL15XIhvd8MS8uVRkPj HjetEUKJYPnIkSAaDmwaExUqBtiQ+Lh7rstIRX3CHOyHliFeRvJFqWyTyS5pHwPCxEYgCK5VqWF/u kszGjpva2NUbFnZUTAwYSZzzx9QuaTmtrufde9s0QTJLx3M+K6SNU0tK1W1ijHQCu6yXMcMl6GQed ZPJYq8hTswBp+SbzZcyIRIIAqGUAHbeH4n0UPDjp9+bq4ygSCsYGh/E1/hN/tCQwEt/iCxGb8dB9r NS32nrzEjjj+BGeKk5XtFg258/1OgPjZt8anp0CJaHfhB8VMFEn/fSAagJE6raS+ZAQnWt+i4BoGh TVlehL8Q==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrZ8B-0001Xb-A9; Sat, 04 Jul 2020 03:46:24 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 14/17] Documentation/driver-api: uio-howto: drop doubled word Date: Fri, 3 Jul 2020 20:44:59 -0700 Message-Id: <20200704034502.17199-15-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200704034502.17199-1-rdunlap@infradead.org> References: <20200704034502.17199-1-rdunlap@infradead.org> MIME-Version: 1.0 Message-ID-Hash: MEE64UOSY26FXHTVI5BSQ5CCBKUGOY4G X-Message-ID-Hash: MEE64UOSY26FXHTVI5BSQ5CCBKUGOY4G X-MailFrom: rdunlap@infradead.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Drop the doubled word "you". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Greg Kroah-Hartman --- Documentation/driver-api/uio-howto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/driver-api/uio-howto.rst +++ linux-next-20200701/Documentation/driver-api/uio-howto.rst @@ -274,7 +274,7 @@ fields of ``struct uio_mem``: region, it will show up in the corresponding sysfs node. - ``int memtype``: Required if the mapping is used. Set this to - ``UIO_MEM_PHYS`` if you you have physical memory on your card to be + ``UIO_MEM_PHYS`` if you have physical memory on your card to be mapped. Use ``UIO_MEM_LOGICAL`` for logical memory (e.g. allocated with :c:func:`__get_free_pages()` but not kmalloc()). There's also ``UIO_MEM_VIRTUAL`` for virtual memory. From patchwork Sat Jul 4 03:45: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: 11643297 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 07AC814DD for ; Sat, 4 Jul 2020 03:46:39 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (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 D6570208C7 for ; Sat, 4 Jul 2020 03:46: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="b+GvlsX2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D6570208C7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id D1D3911508C1F; Fri, 3 Jul 2020 20:46:38 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver= Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2965411504EA4 for ; Fri, 3 Jul 2020 20:46:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=da/AGHoRkO/K6+XfD+STqPg75KP2M3Vysus0lxWaxjo=; b=b+GvlsX2K4UeFKpQnj+S+D/Nay MZkBQRoPw75b975an8rimIFtmK4enh9wwLga47yaRZRffScQHHwUofM9oBGCzlmNKeT16ADlzdhhz 4qG3SHs/DPvLJmaz5qemOKS0U6rq76LPBM4+iLDdGNbnKl0EZ2Gadmgt2JV/lSaFZ21ioipqZIc+V cNNR4unosdctgrsyO/N1/ir+bbKO2jEMlAoZ+/z8zA2wPyogvb1eq4uMpW++yRz+N4ZgtTUBtDcTd GLraAVlq4a4Ez/xZj9FdUUGYpcHaOOYwK6xScKCwpIs2XqYO9Xbl/+nKrycct0CGw0X8z9e6yNNEE arwj0Ayg==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrZ8G-0001Xb-OG; Sat, 04 Jul 2020 03:46:29 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 15/17] Documentation/driver-api: usb/URB: drop doubled word Date: Fri, 3 Jul 2020 20:45:00 -0700 Message-Id: <20200704034502.17199-16-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200704034502.17199-1-rdunlap@infradead.org> References: <20200704034502.17199-1-rdunlap@infradead.org> MIME-Version: 1.0 Message-ID-Hash: NVW4CCWLZG27IGK2MWIKSBD6ICPUWO5I X-Message-ID-Hash: NVW4CCWLZG27IGK2MWIKSBD6ICPUWO5I X-MailFrom: rdunlap@infradead.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Drop the doubled word "also". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org --- Documentation/driver-api/usb/URB.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/driver-api/usb/URB.rst +++ linux-next-20200701/Documentation/driver-api/usb/URB.rst @@ -240,7 +240,7 @@ How to do isochronous (ISO) transfers? ====================================== Besides the fields present on a bulk transfer, for ISO, you also -also have to set ``urb->interval`` to say how often to make transfers; it's +have to set ``urb->interval`` to say how often to make transfers; it's often one per frame (which is once every microframe for highspeed devices). The actual interval used will be a power of two that's no bigger than what you specify. You can use the :c:func:`usb_fill_int_urb` macro to fill From patchwork Sat Jul 4 03:45: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: 11643303 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 205E8618 for ; Sat, 4 Jul 2020 03:46:45 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (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 F220C2100A for ; Sat, 4 Jul 2020 03:46:44 +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="DXYvobCA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F220C2100A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id EB3B211508C20; Fri, 3 Jul 2020 20:46:44 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver= Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E406B11508C1E for ; Fri, 3 Jul 2020 20:46:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=U9mKbOAg3310yWA876tLatVC/VjWDPAN5b9UMcsJebQ=; b=DXYvobCAAGspRYUmR/pIBkFojR Y0QJR6HZvC5rVKxM6EVEb6wfhxDfsFxIko7jLalsq/WBiN5Rpr31FtfZw7MB+7Ye50Kcf0SlCemdz nYvGYbf5FCe3XhS1CUh33YFrJbbHAkiWrIEhPOFurKyik2aU4gOyjwfSIvys2ldJlGWoWzmDsuZog rqjaWWO8PNIMSeGpLj+SwMIuoZHBwHzN8CeyAGktrUmE/UHJHBX2csPyNLThIibIRUkY5tqwCHF7u R19W6vfagl4wgd+u9M5sQeN7CREEJIse2zJ9ZOQRPwDmdNNJu2EL41en8YOubjZwAyBUrJV8QoVzO UVgo5mNw==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrZ8M-0001Xb-5x; Sat, 04 Jul 2020 03:46:34 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 16/17] Documentation/driver-api: media/v4l2-controls: drop doubled words Date: Fri, 3 Jul 2020 20:45:01 -0700 Message-Id: <20200704034502.17199-17-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200704034502.17199-1-rdunlap@infradead.org> References: <20200704034502.17199-1-rdunlap@infradead.org> MIME-Version: 1.0 Message-ID-Hash: VKLDU7TOEEJARCFUQ7V2TAAIONS2MSFR X-Message-ID-Hash: VKLDU7TOEEJARCFUQ7V2TAAIONS2MSFR X-MailFrom: rdunlap@infradead.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Drop the doubled words "type" and "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org --- Documentation/driver-api/media/v4l2-controls.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20200701.orig/Documentation/driver-api/media/v4l2-controls.rst +++ linux-next-20200701/Documentation/driver-api/media/v4l2-controls.rst @@ -335,7 +335,7 @@ current and new values: union v4l2_ctrl_ptr p_new; union v4l2_ctrl_ptr p_cur; -If the control has a simple s32 type type, then: +If the control has a simple s32 type, then: .. code-block:: c @@ -349,7 +349,7 @@ Within the control ops you can freely us themselves. The p_char pointers point to character buffers of length ctrl->maximum + 1, and are always 0-terminated. -Unless the control is marked volatile the p_cur field points to the the +Unless the control is marked volatile the p_cur field points to the current cached control value. When you create a new control this value is made identical to the default value. After calling v4l2_ctrl_handler_setup() this value is passed to the hardware. It is generally a good idea to call this From patchwork Sat Jul 4 03:45: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: 11643311 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 3E0A1739 for ; Sat, 4 Jul 2020 03:46:48 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (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 1C202208C7 for ; Sat, 4 Jul 2020 03:46:48 +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="twiINFJb" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1C202208C7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 0A97211508C22; Fri, 3 Jul 2020 20:46:48 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver= Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D7F5B11508C21 for ; Fri, 3 Jul 2020 20:46:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=QMUoZdBV4wse9lG8bnGaYE8IXC2pAaw0z4G8gYRTTas=; b=twiINFJbNLpQTiX+61YMRDPQ7P Ih4JzjvMGpS/7co6aGhmYZ1snZh0VmzNAo8ri2YrNhS8zoVk1giZdDlpOU5Rn1V7vSb8wxLsEkds3 LW6DwFhnksRRYmEUCnDnC0kgfGsmeNcGUGkg7OJB1cXe5h+q6e8GWOj2KlMypltNJYGARtLBoKsuu qIwB5yLKA6jD9zzxRl5301Z8EldaWs3/x5EaQq5ODvudFnfk5lGrUS+jcb6iVGixaS1WuEE5rKlTk gYwayt4ffNIsoPjU91v/FUf2M4DkReF69U2OOA2ND3wXinIvmvqPOAj9W12NAZbh2q054EbNmBE0X WtMgmQ1w==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrZ8R-0001Xb-Dk; Sat, 04 Jul 2020 03:46:40 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 17/17] Documentation/driver-api: xillybus: drop doubled word Date: Fri, 3 Jul 2020 20:45:02 -0700 Message-Id: <20200704034502.17199-18-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200704034502.17199-1-rdunlap@infradead.org> References: <20200704034502.17199-1-rdunlap@infradead.org> MIME-Version: 1.0 Message-ID-Hash: Q5HVEGWMI3XKJCAH6AF3LTPZ66FJJOEA X-Message-ID-Hash: Q5HVEGWMI3XKJCAH6AF3LTPZ66FJJOEA X-MailFrom: rdunlap@infradead.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Eli Billauer --- Documentation/driver-api/xillybus.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/driver-api/xillybus.rst +++ linux-next-20200701/Documentation/driver-api/xillybus.rst @@ -273,7 +273,7 @@ buffer is full, the FPGA informs the hos XILLYMSG_OPCODE_RELEASEBUF message channel 0 and sending an interrupt if necessary). The host responds by making the data available for reading through the character device. When all data has been read, the host writes on the -the FPGA's buffer control register, allowing the buffer's overwriting. Flow +FPGA's buffer control register, allowing the buffer's overwriting. Flow control mechanisms exist on both sides to prevent underflows and overflows. This is not good enough for creating a TCP/IP-like stream: If the data flow