]> Git Repo - linux.git/commitdiff
bus: ti-sysc: Correct misdocumentation of 'sysc_ioremap()'
authorLee Jones <[email protected]>
Wed, 26 May 2021 08:10:37 +0000 (09:10 +0100)
committerTony Lindgren <[email protected]>
Fri, 11 Jun 2021 07:18:19 +0000 (10:18 +0300)
Fixes the following W=1 kernel build warning(s):

 drivers/bus/ti-sysc.c:867: warning: expecting prototype for syc_ioremap(). Prototype was for sysc_ioremap() instead

Cc: Tony Lindgren <[email protected]>
Cc: Philipp Zabel <[email protected]>
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
drivers/bus/ti-sysc.c

index 188cdb0a394ef41fac1e2c248f0ff32e05f97bf5..c2e3b1c9d7afb538898b31aa53dd8f803dc194c9 100644 (file)
@@ -855,7 +855,7 @@ static int sysc_check_registers(struct sysc *ddata)
 }
 
 /**
- * syc_ioremap - ioremap register space for the interconnect target module
+ * sysc_ioremap - ioremap register space for the interconnect target module
  * @ddata: device driver data
  *
  * Note that the interconnect target module registers can be anywhere
This page took 0.060554 seconds and 4 git commands to generate.