Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp4651538ybb; Tue, 14 Apr 2020 11:24:52 -0700 (PDT) X-Google-Smtp-Source: APiQypLlrZOdeI4wLVSu7dtFZyjPODeLyxivfL68mdano+sbD63jB4uJmLLpXG+88HnGnAaHOYaE X-Received: by 2002:a17:906:6444:: with SMTP id l4mr1341453ejn.313.1586888692261; Tue, 14 Apr 2020 11:24:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586888692; cv=none; d=google.com; s=arc-20160816; b=ZGbguBMZy0VtF5HG3g3kuLI2oQ/4y6o6VI2t0B8X6rYFxTJpLqOeqB/p+iTid3ZmI6 +gHgnKF5x3RN/puKmbxbdmw8N23RH6TJLLMIRS8b9G34GGIbYvqjjzhh6jeZkNUGnOXD dpQTGXsF7b6P1LAX0Zuvz8F9zzkqRnqVovWJaMYBy+louTe4VJW3Kfz9O8uLJRY6NZVS /X07iZFmslmc2rF327oupsE8VJDnLM57Le7YMypbS6RIE1pXG+JdomdvflDcl3fjdAbF Wy4P7H0dthtfrXvE+aDZvBPUShrWrZ++cFikVfWkMVUOm5FjodpF0BobXfp1S9fUkVbk OSTQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=bsmtqFUdMF/Ds7nSsOHP4KoLQFA7xP9/Iz4GAxbOv1M=; b=v1GWAzAGSSzoAi2IYB9gbVsZHUa8tH+4LqjNo69Hk0aE+YfWNkGoE48+Ht5SluK7df GQsV6CdLDEHH2JuGUidGZUD6kVmXwRPzTWdeYVE7js8McQC3tgT1HRuH5ZLQH6f9RsJg OSDK4sVzpMP1L0/ixnsM6pfm43w/bybiUx72HpN4ZG1dZkP7Q9NsK6ZpP6NGWdi/8usm PuAJ/V4N5bDKhy6N1LLIGMUN7+8VWawxHoL1L4RoHcDHWMivkrbgjIjvMZ89OZq8igOZ MlxTf1vLON5wsUuaHYj1oUZewP9yBwHaZjoJjz5Rm1y49ke+Pz4wXckgz1BuXkxtHxy7 MOhg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i35si8734828edc.308.2020.04.14.11.24.28; Tue, 14 Apr 2020 11:24:52 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729697AbgDMPMh (ORCPT + 99 others); Mon, 13 Apr 2020 11:12:37 -0400 Received: from smtp06.smtpout.orange.fr ([80.12.242.128]:31754 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729680AbgDMPMe (ORCPT ); Mon, 13 Apr 2020 11:12:34 -0400 Received: from localhost.localdomain ([93.22.151.169]) by mwinf5d63 with ME id SFCX2200J3fYTYl03FCY5q; Mon, 13 Apr 2020 17:12:32 +0200 X-ME-Helo: localhost.localdomain X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Mon, 13 Apr 2020 17:12:32 +0200 X-ME-IP: 93.22.151.169 From: Christophe JAILLET To: geert+renesas@glider.be, mturquette@baylibre.com, sboyd@kernel.org Cc: linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Christophe JAILLET Subject: [PATCH] clk: renesas: r9a06g032: Fix some typo in comments Date: Mon, 13 Apr 2020 06:17:09 +0200 Message-Id: <20200413041709.3630-1-christophe.jaillet@wanadoo.fr> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- drivers/clk/renesas/r9a06g032-clocks.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/clk/renesas/r9a06g032-clocks.c b/drivers/clk/renesas/r9a06g032-clocks.c index 1907ee195a08..d900f6bf53d0 100644 --- a/drivers/clk/renesas/r9a06g032-clocks.c +++ b/drivers/clk/renesas/r9a06g032-clocks.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * R9A09G032 clock driver + * R9A06G032 clock driver * * Copyright (C) 2018 Renesas Electronics Europe Limited * @@ -338,8 +338,8 @@ clk_rdesc_get(struct r9a06g032_priv *clocks, } /* - * This implements the R9A09G032 clock gate 'driver'. We cannot use the system's - * clock gate framework as the gates on the R9A09G032 have a special enabling + * This implements the R9A06G032 clock gate 'driver'. We cannot use the system's + * clock gate framework as the gates on the R9A06G032 have a special enabling * sequence, therefore we use this little proxy. */ struct r9a06g032_clk_gate { -- 2.20.1