Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: renesas: r9a06g032: Fix some typo in comments

This file seems to be for R9A06G032 only. So replace reference to
R9A09G032 by R9A06G032 to avoid confusion.

AFAIK, R9A09G032 does'nt exist.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/20200413041709.3630-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Christophe JAILLET and committed by
Geert Uytterhoeven
cdfdeb4a 91a577e7

+3 -3
+3 -3
drivers/clk/renesas/r9a06g032-clocks.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 - * R9A09G032 clock driver 3 + * R9A06G032 clock driver 4 4 * 5 5 * Copyright (C) 2018 Renesas Electronics Europe Limited 6 6 * ··· 338 338 } 339 339 340 340 /* 341 - * This implements the R9A09G032 clock gate 'driver'. We cannot use the system's 342 - * clock gate framework as the gates on the R9A09G032 have a special enabling 341 + * This implements the R9A06G032 clock gate 'driver'. We cannot use the system's 342 + * clock gate framework as the gates on the R9A06G032 have a special enabling 343 343 * sequence, therefore we use this little proxy. 344 344 */ 345 345 struct r9a06g032_clk_gate {