From: Lee Jones Date: Wed, 26 May 2021 08:10:37 +0000 (+0100) Subject: bus: ti-sysc: Correct misdocumentation of 'sysc_ioremap()' X-Git-Tag: accepted/tizen/unified/20230118.172025~6512^2~12^2^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e0018530c2edc5846a737222059661a2ae77522;p=platform%2Fkernel%2Flinux-rpi.git bus: ti-sysc: Correct misdocumentation of 'sysc_ioremap()' 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 Cc: Philipp Zabel Cc: linux-omap@vger.kernel.org Signed-off-by: Lee Jones Signed-off-by: Tony Lindgren --- diff --git a/drivers/bus/ti-sysc.c b/drivers/bus/ti-sysc.c index 188cdb0..c2e3b1c 100644 --- a/drivers/bus/ti-sysc.c +++ b/drivers/bus/ti-sysc.c @@ -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