memory: pl353-smc: Avoid useless acronyms in descriptions
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 10 Jun 2021 08:20:35 +0000 (10:20 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Thu, 10 Jun 2021 15:15:16 +0000 (17:15 +0200)
APER does not mean anything, while it seems legitimate to call this
clock the AXI peripheral clock.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20210610082040.2075611-14-miquel.raynal@bootlin.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
drivers/memory/pl353-smc.c

index 5b57926461a080fcb7b3077e326c06347b4f9337..b913d68a7a41f539f84259ea1df0c163784af727 100644 (file)
@@ -17,7 +17,7 @@
 /**
  * struct pl353_smc_data - Private smc driver structure
  * @memclk:            Pointer to the peripheral clock
- * @aclk:              Pointer to the APER clock
+ * @aclk:              Pointer to the AXI peripheral clock
  */
 struct pl353_smc_data {
        struct clk              *memclk;