summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ. Neuschäfer <[email protected]>2024-11-29 20:42:28 +0100
committerHeinrich Schuchardt <[email protected]>2024-12-15 02:03:52 +0100
commit69ec7f35e05780b0a9021ba6f9038e2b534f8d17 (patch)
treebab4e97b40033784291757612b85151c2273a579
parent88bd5701efdc48048e030d91c2633048f0f753a0 (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.h2
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.