diff options
| author | J. Neuschäfer <[email protected]> | 2024-11-29 20:42:28 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-12-15 02:03:52 +0100 |
| commit | 69ec7f35e05780b0a9021ba6f9038e2b534f8d17 (patch) | |
| tree | bab4e97b40033784291757612b85151c2273a579 | |
| parent | 88bd5701efdc48048e030d91c2633048f0f753a0 (diff) | |
clk: mpc83xx: Fix typo in "Coherent System Bus"
Cosmetic change.
Signed-off-by: J. Neuschäfer <[email protected]>
| -rw-r--r-- | drivers/clk/mpc83xx_clk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/mpc83xx_clk.h b/drivers/clk/mpc83xx_clk.h index c06a51ecd43..6b74fc5f16b 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. |
