* [PATCH 05/35] Documentation: core-api: correct spelling
2023-01-27 6:39 [PATCH 00/35] Documentation: correct lots of spelling errors (series 1) Randy Dunlap
@ 2023-01-27 6:39 ` Randy Dunlap
2023-01-27 15:25 ` Mukesh Ojha
2023-01-27 6:39 ` [PATCH 13/35] Documentation: isdn: " Randy Dunlap
` (4 subsequent siblings)
5 siblings, 1 reply; 9+ messages in thread
From: Randy Dunlap @ 2023-01-27 6:39 UTC (permalink / raw)
To: linux-kernel
Cc: Randy Dunlap, Vladimir Oltean, netdev, Steffen Klassert,
Daniel Jordan, linux-crypto, Jonathan Corbet, linux-doc
Correct spelling problems for Documentation/core-api/ as reported
by codespell.
Signed-off-by: Randy Dunlap <rdunlap@infradead•org>
Cc: Vladimir Oltean <olteanv@gmail•com>
Cc: netdev@vger•kernel.org
Cc: Steffen Klassert <steffen.klassert@secunet•com>
Cc: Daniel Jordan <daniel.m.jordan@oracle•com>
Cc: linux-crypto@vger•kernel.org
Cc: Jonathan Corbet <corbet@lwn•net>
Cc: linux-doc@vger•kernel.org
---
Documentation/core-api/packing.rst | 2 +-
Documentation/core-api/padata.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff -- a/Documentation/core-api/packing.rst b/Documentation/core-api/packing.rst
--- a/Documentation/core-api/packing.rst
+++ b/Documentation/core-api/packing.rst
@@ -161,6 +161,6 @@ xxx_packing() that calls it using the pr
The packing() function returns an int-encoded error code, which protects the
programmer against incorrect API use. The errors are not expected to occur
-durring runtime, therefore it is reasonable for xxx_packing() to return void
+during runtime, therefore it is reasonable for xxx_packing() to return void
and simply swallow those errors. Optionally it can dump stack or print the
error description.
diff -- a/Documentation/core-api/padata.rst b/Documentation/core-api/padata.rst
--- a/Documentation/core-api/padata.rst
+++ b/Documentation/core-api/padata.rst
@@ -42,7 +42,7 @@ padata_shells associated with it, each a
Modifying cpumasks
------------------
-The CPUs used to run jobs can be changed in two ways, programatically with
+The CPUs used to run jobs can be changed in two ways, programmatically with
padata_set_cpumask() or via sysfs. The former is defined::
int padata_set_cpumask(struct padata_instance *pinst, int cpumask_type,
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [PATCH 05/35] Documentation: core-api: correct spelling
2023-01-27 6:39 ` [PATCH 05/35] Documentation: core-api: correct spelling Randy Dunlap
@ 2023-01-27 15:25 ` Mukesh Ojha
0 siblings, 0 replies; 9+ messages in thread
From: Mukesh Ojha @ 2023-01-27 15:25 UTC (permalink / raw)
To: rdunlap
Cc: corbet, daniel.m.jordan, linux-crypto, linux-doc, linux-kernel,
netdev, olteanv, steffen.klassert
>Correct spelling problems for Documentation/core-api/ as reported
>by codespell.
>Signed-off-by: Randy Dunlap <rdunlap@infradead•org>
>Cc: Vladimir Oltean <olteanv@gmail•com>
>Cc: netdev@vger•kernel.org
>Cc: Steffen Klassert <steffen.klassert@secunet•com>
>Cc: Daniel Jordan <daniel.m.jordan@oracle•com>
>Cc: linux-crypto@vger•kernel.org
>Cc: Jonathan Corbet <corbet@lwn•net>
>Cc: linux-doc@vger•kernel.org
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc•com>
-Mukesh
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 13/35] Documentation: isdn: correct spelling
2023-01-27 6:39 [PATCH 00/35] Documentation: correct lots of spelling errors (series 1) Randy Dunlap
2023-01-27 6:39 ` [PATCH 05/35] Documentation: core-api: correct spelling Randy Dunlap
@ 2023-01-27 6:39 ` Randy Dunlap
2023-01-28 6:06 ` Jakub Kicinski
2023-01-28 10:48 ` (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1) Mark Brown
` (3 subsequent siblings)
5 siblings, 1 reply; 9+ messages in thread
From: Randy Dunlap @ 2023-01-27 6:39 UTC (permalink / raw)
To: linux-kernel
Cc: Randy Dunlap, Karsten Keil, isdn4linux, netdev, Jonathan Corbet,
linux-doc
Correct spelling problems for Documentation/isdn/ as reported
by codespell.
Signed-off-by: Randy Dunlap <rdunlap@infradead•org>
Cc: Karsten Keil <isdn@linux-pingi•de>
Cc: isdn4linux@listserv•isdn4linux.de
Cc: netdev@vger•kernel.org
Cc: Jonathan Corbet <corbet@lwn•net>
Cc: linux-doc@vger•kernel.org
---
Documentation/isdn/interface_capi.rst | 2 +-
Documentation/isdn/m_isdn.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff -- a/Documentation/isdn/interface_capi.rst b/Documentation/isdn/interface_capi.rst
--- a/Documentation/isdn/interface_capi.rst
+++ b/Documentation/isdn/interface_capi.rst
@@ -323,7 +323,7 @@ If the lowest bit of showcapimsgs is set
application up and down events.
In addition, every registered CAPI controller has an associated traceflag
-parameter controlling how CAPI messages sent from and to tha controller are
+parameter controlling how CAPI messages sent from and to the controller are
logged. The traceflag parameter is initialized with the value of the
showcapimsgs parameter when the controller is registered, but can later be
changed via the MANUFACTURER_REQ command KCAPI_CMD_TRACE.
diff -- a/Documentation/isdn/m_isdn.rst b/Documentation/isdn/m_isdn.rst
--- a/Documentation/isdn/m_isdn.rst
+++ b/Documentation/isdn/m_isdn.rst
@@ -3,7 +3,7 @@ mISDN Driver
============
mISDN is a new modular ISDN driver, in the long term it should replace
-the old I4L driver architecture for passiv ISDN cards.
+the old I4L driver architecture for passive ISDN cards.
It was designed to allow a broad range of applications and interfaces
but only have the basic function in kernel, the interface to the user
space is based on sockets with a own address family AF_ISDN.
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [PATCH 13/35] Documentation: isdn: correct spelling
2023-01-27 6:39 ` [PATCH 13/35] Documentation: isdn: " Randy Dunlap
@ 2023-01-28 6:06 ` Jakub Kicinski
0 siblings, 0 replies; 9+ messages in thread
From: Jakub Kicinski @ 2023-01-28 6:06 UTC (permalink / raw)
To: Randy Dunlap
Cc: linux-kernel, Karsten Keil, isdn4linux, netdev, Jonathan Corbet,
linux-doc
On Thu, 26 Jan 2023 22:39:43 -0800 Randy Dunlap wrote:
> Correct spelling problems for Documentation/isdn/ as reported
> by codespell.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead•org>
> Cc: Karsten Keil <isdn@linux-pingi•de>
> Cc: isdn4linux@listserv•isdn4linux.de
> Cc: netdev@vger•kernel.org
> Cc: Jonathan Corbet <corbet@lwn•net>
> Cc: linux-doc@vger•kernel.org
Acked-by: Jakub Kicinski <kuba@kernel•org>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
2023-01-27 6:39 [PATCH 00/35] Documentation: correct lots of spelling errors (series 1) Randy Dunlap
2023-01-27 6:39 ` [PATCH 05/35] Documentation: core-api: correct spelling Randy Dunlap
2023-01-27 6:39 ` [PATCH 13/35] Documentation: isdn: " Randy Dunlap
@ 2023-01-28 10:48 ` Mark Brown
2023-01-28 20:30 ` patchwork-bot+netdevbpf
` (2 subsequent siblings)
5 siblings, 0 replies; 9+ messages in thread
From: Mark Brown @ 2023-01-28 10:48 UTC (permalink / raw)
To: linux-kernel, Randy Dunlap
Cc: Jonathan Corbet, Catalin Marinas, Will Deacon, Russell King,
Jens Axboe, Andrii Nakryiko, Alexei Starovoitov, Daniel Borkmann,
Vladimir Oltean, Steffen Klassert, Daniel Jordan, Akinobu Mita,
Helge Deller, Rafael J. Wysocki, Jiri Kosina, Benjamin Tissoires,
Srinivas Pandruvada, Wolfram Sang, Dmitry Torokhov,
Henrik Rydberg, Karsten Keil, Pavel Machek, Lee Jones,
Josh Poimboeuf, Miroslav Benes, Petr Mladek, Peter Zijlstra,
Ingo Molnar, Jérôme Glisse, Naoya Horiguchi, Miaohe Lin,
Jonas Bonn, Stefan Kristiansson, Stafford Horne, Bjorn Helgaas,
Lorenzo Pieralisi, Marc Zyngier, Michael Ellerman, Len Brown,
Heiko Carstens, Vasily Gorbik, Alexander Gordeev, Juri Lelli,
Vincent Guittot, David Howells, Jarkko Sakkinen, Paul Moore,
James Morris, Serge E. Hallyn, Jaroslav Kysela, Takashi Iwai,
Martin K. Petersen, Daniel Bristot de Oliveira, Steven Rostedt,
Greg Kroah-Hartman, Masami Hiramatsu, Mathieu Poirier,
Suzuki K Poulose, Evgeniy Polyakov, Fenghua Yu, Reinette Chatre,
Thomas Gleixner, Borislav Petkov, Chris Zankel, Max Filippov,
alsa-devel, coresight, bpf, dri-devel, isdn4linux, keyrings,
linux-acpi, linux-block, linux-crypto, linux-doc, linux-fbdev,
linux-i2c, linux-input, linux-leds, linux-pci, linux-s390,
linux-scsi, linux-sgx, linux-spi, linux-trace-devel,
linux-trace-kernel, live-patching, linux-pm,
linux-security-module, linux-usb, netdev, target-devel, linux-mm,
openrisc, linux-arm-kernel, linux-xtensa, linuxppc-dev, x86
On Thu, 26 Jan 2023 22:39:30 -0800, Randy Dunlap wrote:
> Correct many spelling errors in Documentation/ as reported by codespell.
>
> Maintainers of specific kernel subsystems are only Cc-ed on their
> respective patches, not the entire series. [if all goes well]
>
> These patches are based on linux-next-20230125.
>
> [...]
Applied to
broonie/spi.git for-next
Thanks!
[27/35] Documentation: spi: correct spelling
commit: 0f6d2cee58f1ff2ebf66f0bceb113d79f66ecb07
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
2023-01-27 6:39 [PATCH 00/35] Documentation: correct lots of spelling errors (series 1) Randy Dunlap
` (2 preceding siblings ...)
2023-01-28 10:48 ` (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1) Mark Brown
@ 2023-01-28 20:30 ` patchwork-bot+netdevbpf
2023-01-31 16:28 ` (subset) " Catalin Marinas
2023-02-14 16:57 ` Martin K. Petersen
5 siblings, 0 replies; 9+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-01-28 20:30 UTC (permalink / raw)
To: Randy Dunlap
Cc: linux-kernel, corbet, catalin.marinas, will, linux, axboe, andrii,
ast, daniel, olteanv, steffen.klassert, daniel.m.jordan,
akinobu.mita, deller, rafael, jikos, benjamin.tissoires,
srinivas.pandruvada, wsa, dmitry.torokhov, rydberg, isdn, pavel,
lee, jpoimboe, mbenes, pmladek, peterz, mingo, jglisse,
naoya.horiguchi, linmiaohe, jonas, stefan.kristiansson, shorne,
bhelgaas, lpieralisi, maz, mpe, len.brown, hca, gor, agordeev,
juri.lelli, vincent.guittot, dhowells, jarkko, paul, jmorris,
serge, perex, tiwai, broonie, martin.petersen, bristot, rostedt,
gregkh, mhiramat, mathieu.poirier, suzuki.poulose, zbr,
fenghua.yu, reinette.chatre, tglx, bp, chris, jcmvbkbc,
alsa-devel, coresight, bpf, dri-devel, isdn4linux, keyrings,
linux-acpi, linux-block, linux-crypto, linux-doc, linux-fbdev,
linux-i2c, linux-input, linux-leds, linux-pci, linux-s390,
linux-scsi, linux-sgx, linux-spi, linux-trace-devel,
linux-trace-kernel, live-patching, linux-pm,
linux-security-module, linux-usb, netdev, target-devel, linux-mm,
openrisc, linux-arm-kernel, linux-xtensa, linuxppc-dev, x86
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel•org>:
On Thu, 26 Jan 2023 22:39:30 -0800 you wrote:
> Correct many spelling errors in Documentation/ as reported by codespell.
>
> Maintainers of specific kernel subsystems are only Cc-ed on their
> respective patches, not the entire series. [if all goes well]
>
> These patches are based on linux-next-20230125.
>
> [...]
Here is the summary with links:
- [04/35] Documentation: bpf: correct spelling
https://git.kernel.org/bpf/bpf-next/c/1d3cab43f4c7
- [05/35] Documentation: core-api: correct spelling
(no matching commit)
- [13/35] Documentation: isdn: correct spelling
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
2023-01-27 6:39 [PATCH 00/35] Documentation: correct lots of spelling errors (series 1) Randy Dunlap
` (3 preceding siblings ...)
2023-01-28 20:30 ` patchwork-bot+netdevbpf
@ 2023-01-31 16:28 ` Catalin Marinas
2023-02-14 16:57 ` Martin K. Petersen
5 siblings, 0 replies; 9+ messages in thread
From: Catalin Marinas @ 2023-01-31 16:28 UTC (permalink / raw)
To: linux-kernel, Randy Dunlap
Cc: Will Deacon, Jonathan Corbet, Russell King, Jens Axboe,
Andrii Nakryiko, Alexei Starovoitov, Daniel Borkmann,
Vladimir Oltean, Steffen Klassert, Daniel Jordan, Akinobu Mita,
Helge Deller, Rafael J. Wysocki, Jiri Kosina, Benjamin Tissoires,
Srinivas Pandruvada, Wolfram Sang, Dmitry Torokhov,
Henrik Rydberg, Karsten Keil, Pavel Machek, Lee Jones,
Josh Poimboeuf, Miroslav Benes, Petr Mladek, Peter Zijlstra,
Ingo Molnar, Jérôme Glisse, Naoya Horiguchi, Miaohe Lin,
Jonas Bonn, Stefan Kristiansson, Stafford Horne, Bjorn Helgaas,
Lorenzo Pieralisi, Marc Zyngier, Michael Ellerman, Len Brown,
Heiko Carstens, Vasily Gorbik, Alexander Gordeev, Juri Lelli,
Vincent Guittot, David Howells, Jarkko Sakkinen, Paul Moore,
James Morris, Serge E. Hallyn, Jaroslav Kysela, Takashi Iwai,
Mark Brown, Martin K. Petersen, Daniel Bristot de Oliveira,
Steven Rostedt, Greg Kroah-Hartman, Masami Hiramatsu,
Mathieu Poirier, Suzuki K Poulose, Evgeniy Polyakov, Fenghua Yu,
Reinette Chatre, Thomas Gleixner, Borislav Petkov, Chris Zankel,
Max Filippov, alsa-devel, coresight, bpf, dri-devel, isdn4linux,
keyrings, linux-acpi, linux-block, linux-crypto, linux-doc,
linux-fbdev, linux-i2c, linux-input, linux-leds, linux-pci,
linux-s390, linux-scsi, linux-sgx, linux-spi, linux-trace-devel,
linux-trace-kernel, live-patching, linux-pm,
linux-security-module, linux-usb, netdev, target-devel, linux-mm,
openrisc, linux-arm-kernel, linux-xtensa, linuxppc-dev, x86
On Thu, 26 Jan 2023 22:39:30 -0800, Randy Dunlap wrote:
> Correct many spelling errors in Documentation/ as reported by codespell.
>
> Maintainers of specific kernel subsystems are only Cc-ed on their
> respective patches, not the entire series. [if all goes well]
>
> These patches are based on linux-next-20230125.
>
> [...]
Applied to arm64 (for-next/misc), thanks!
[01/35] Documentation: arm64: correct spelling
https://git.kernel.org/arm64/c/a70f00e7f1a3
--
Catalin
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
2023-01-27 6:39 [PATCH 00/35] Documentation: correct lots of spelling errors (series 1) Randy Dunlap
` (4 preceding siblings ...)
2023-01-31 16:28 ` (subset) " Catalin Marinas
@ 2023-02-14 16:57 ` Martin K. Petersen
5 siblings, 0 replies; 9+ messages in thread
From: Martin K. Petersen @ 2023-02-14 16:57 UTC (permalink / raw)
To: linux-kernel, Randy Dunlap
Cc: Martin K . Petersen, Jonathan Corbet, Catalin Marinas,
Will Deacon, Russell King, Jens Axboe, Andrii Nakryiko,
Alexei Starovoitov, Daniel Borkmann, Vladimir Oltean,
Steffen Klassert, Daniel Jordan, Akinobu Mita, Helge Deller,
Rafael J. Wysocki, Jiri Kosina, Benjamin Tissoires,
Srinivas Pandruvada, Wolfram Sang, Dmitry Torokhov,
Henrik Rydberg, Karsten Keil, Pavel Machek, Lee Jones,
Josh Poimboeuf, Miroslav Benes, Petr Mladek, Peter Zijlstra,
Ingo Molnar, Jérôme Glisse, Naoya Horiguchi, Miaohe Lin,
Jonas Bonn, Stefan Kristiansson, Stafford Horne, Bjorn Helgaas,
Lorenzo Pieralisi, Marc Zyngier, Michael Ellerman, Len Brown,
Heiko Carstens, Vasily Gorbik, Alexander Gordeev, Juri Lelli,
Vincent Guittot, David Howells, Jarkko Sakkinen, Paul Moore,
James Morris, Serge E. Hallyn, Jaroslav Kysela, Takashi Iwai,
Mark Brown, Daniel Bristot de Oliveira, Steven Rostedt,
Greg Kroah-Hartman, Masami Hiramatsu, Mathieu Poirier,
Suzuki K Poulose, Evgeniy Polyakov, Fenghua Yu, Reinette Chatre,
Thomas Gleixner, Borislav Petkov, Chris Zankel, Max Filippov,
alsa-devel, coresight, bpf, dri-devel, isdn4linux, keyrings,
linux-acpi, linux-block, linux-crypto, linux-doc, linux-fbdev,
linux-i2c, linux-input, linux-leds, linux-pci, linux-s390,
linux-scsi, linux-sgx, linux-spi, linux-trace-devel,
linux-trace-kernel, live-patching, linux-pm,
linux-security-module, linux-usb, netdev, target-devel, linux-mm,
openrisc, linux-arm-kernel, linux-xtensa, linuxppc-dev, x86
On Thu, 26 Jan 2023 22:39:30 -0800, Randy Dunlap wrote:
> Correct many spelling errors in Documentation/ as reported by codespell.
>
> Maintainers of specific kernel subsystems are only Cc-ed on their
> respective patches, not the entire series. [if all goes well]
>
> These patches are based on linux-next-20230125.
>
> [...]
Applied to 6.3/scsi-queue, thanks!
[28/35] Documentation: target: correct spelling
https://git.kernel.org/mkp/scsi/c/c57ac5748be5
--
Martin K. Petersen Oracle Linux Engineering
^ permalink raw reply [flat|nested] 9+ messages in thread