[PATCH 0/2] Minor typo fixes

This patchset includes two small typo fixes.
Signed-off-by: J. Neuschäfer j.ne@posteo.net --- J. Neuschäfer (2): clk: mpc83xx: Fix typo in "Coherent System Bus" doc: sending_patches: Fix spelling of "its"
doc/develop/sending_patches.rst | 2 +- drivers/clk/mpc83xx_clk.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- base-commit: 62224280d9e89648ae90346c0aede76f9b7e7610 change-id: 20241129-typo-9d4d4a87ac6e
Best regards,

From: "J. Neuschäfer" j.ne@posteo.net
Cosmetic change.
Signed-off-by: J. Neuschäfer j.ne@posteo.net --- drivers/clk/mpc83xx_clk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/mpc83xx_clk.h b/drivers/clk/mpc83xx_clk.h index c06a51ecd43a426e8ecd4e99a3f8ff3e902f9106..6b74fc5f16b613cec4fbc654644835fbc0dfe3eb 100644 --- a/drivers/clk/mpc83xx_clk.h +++ b/drivers/clk/mpc83xx_clk.h @@ -321,7 +321,7 @@ static inline u32 get_pci_sync_in(immap_t *im) }
/** - * get_csb_clk() - Read the CSB (Coheren System Bus) clock speed + * get_csb_clk() - Read the CSB (Coherent System Bus) clock speed * @im: Pointer to the MPC83xx main register map in question * * Return: The CSB clock speed value as a 32-bit number.

From: "J. Neuschäfer" j.ne@posteo.net
Although it has historically been different, the current standard spelling of the neutral singular possessive pronoun is "its".
Signed-off-by: J. Neuschäfer j.ne@posteo.net --- doc/develop/sending_patches.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/develop/sending_patches.rst b/doc/develop/sending_patches.rst index e22b5e3e244eac9f7e451781a380caba93f2ab17..ee6e34089b5b24b01b0ad30e142f80ae4a356089 100644 --- a/doc/develop/sending_patches.rst +++ b/doc/develop/sending_patches.rst @@ -377,7 +377,7 @@ The following are a "rule of thumb" as to how the states are used in patchwork today. Not all states are used by all custodians.
* New: Patch has been submitted to the list, and none of the maintainers has - changed it's state since. + changed its state since.
* Under Review: A custodian is reviewing the patch currently.
participants (1)
-
J. Neuschäfer via B4 Relay