Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1194664ybt; Thu, 18 Jun 2020 02:54:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzbNuRa5vxmOeP4iitVxYGysKJUVCwiuourfOYUj3QjNE5NLr97sO+2JoYz4lIdkZnAFz2m X-Received: by 2002:a50:9b16:: with SMTP id o22mr3223992edi.130.1592474091611; Thu, 18 Jun 2020 02:54:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592474091; cv=none; d=google.com; s=arc-20160816; b=SLDUmX3PUubLiv1Pl4NWey1E1bSqYJHGY9Rw4gc8KMzuAa0enoHhmDz+PC0YooUAFh VS3kDptZue90zCx2F1+kHNWilvG/9flTKkVzNDBeoW+3xmJtNKVgajNPeQttgEu3fUj7 m5McPL4faVvHN2MNq+hgbA+rB79c7fTKwpby2khhKmoBWMUts56ZGw9Q6S2nji7jbgM6 MfDXniSlJIi9B9rt3DkIl0+8whuXR8EpJ1chVvF6nKT83yf+sQp8n1RUGNlV5TcIsCKp 2F8xt5vqSw8nObqj+qkDhioPzlnXTcXP5JjxxUMm/e/3f2b1adtO4jijA7hYvcwYGqAt AbnQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=4CV6Hz3qAyvvK9pJHiLpy/ztyFjdApS3Nao0kwiRiOk=; b=FNKjzopFHMeyAMs2YoqcTcV5bvlizE5sQPgjIt/x0ZOwfBPoDVF85/DYGqwaYcVayT JW8C6MuCAqj8zEwPUWD2xpYlto5x3YJgyuNhxmKJYpkPEzImDcXj0sDFSNxlkM5GW9XQ eDwTVMO4ZUnHZPj0v5bLajEm7C3thTfD7Q0MNMfyWp+KrhY4WQRpEA+NgkXjp7SgaAR7 wYqI3JioQFmxkRsrkblj4wd5gvr8SNwDi6/SG5aSz+Y0lLpR0snFfjJyrB92vCgemQ92 anTPnrLMoWvoOpAd84HyUEAVDSfVDLUN6EWLYHTO6buwokBbVhqdYiVBmW35IzCwIXi7 t68g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: 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 dd21si1543153edb.472.2020.06.18.02.54.29; Thu, 18 Jun 2020 02:54:51 -0700 (PDT) Received-SPF: pass (google.com: 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: 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 S1728246AbgFRICW (ORCPT + 99 others); Thu, 18 Jun 2020 04:02:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51810 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728127AbgFRICU (ORCPT ); Thu, 18 Jun 2020 04:02:20 -0400 Received: from baptiste.telenet-ops.be (baptiste.telenet-ops.be [IPv6:2a02:1800:120:4::f00:13]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D7048C06174E for ; Thu, 18 Jun 2020 01:02:19 -0700 (PDT) Received: from ramsan ([IPv6:2a02:1810:ac12:ed20:b57b:2191:a081:571d]) by baptiste.telenet-ops.be with bizsmtp id sY2H2200b1Jlgh201Y2Hec; Thu, 18 Jun 2020 10:02:18 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1jlpV3-0001Xt-Hl; Thu, 18 Jun 2020 10:02:17 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1jlpV3-0004Jp-GO; Thu, 18 Jun 2020 10:02:17 +0200 From: Geert Uytterhoeven To: Daniel Lezcano , Thomas Gleixner Cc: Laurent Pinchart , Magnus Damm , linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] clocksource: sh_cmt: Use "kHz" for kilohertz Date: Thu, 18 Jun 2020 10:02:12 +0200 Message-Id: <20200618080212.16560-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "K" stands for "kelvin". Signed-off-by: Geert Uytterhoeven --- drivers/clocksource/sh_cmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/sh_cmt.c b/drivers/clocksource/sh_cmt.c index 12ac75f7571f279e..760777458a9091cd 100644 --- a/drivers/clocksource/sh_cmt.c +++ b/drivers/clocksource/sh_cmt.c @@ -349,7 +349,7 @@ static int sh_cmt_enable(struct sh_cmt_channel *ch) /* * According to the sh73a0 user's manual, as CMCNT can be operated - * only by the RCLK (Pseudo 32 KHz), there's one restriction on + * only by the RCLK (Pseudo 32 kHz), there's one restriction on * modifying CMCNT register; two RCLK cycles are necessary before * this register is either read or any modification of the value * it holds is reflected in the LSI's actual operation. -- 2.17.1