From patchwork Sun Jul 19 00:28:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11672083 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C1920138C for ; Sun, 19 Jul 2020 00:28:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A9CA221775 for ; Sun, 19 Jul 2020 00:28:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="rrXDFd0Z" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726620AbgGSA2h (ORCPT ); Sat, 18 Jul 2020 20:28:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45912 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726242AbgGSA2h (ORCPT ); Sat, 18 Jul 2020 20:28:37 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB654C0619D2; Sat, 18 Jul 2020 17:28:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=tZPxIcoas50l8hkBX0GX89mPgIztsXYb64qSQgpJmwQ=; b=rrXDFd0Z0cb/pfHFWRBtZ1Pcg9 O+j48oso7dP+6yqS2q3srZmbJCA3g824nJ+uz4w2NyQMxwa+sP7j4F73DxPpKmIlh29myxTPQe9Yz DW1SjuCWSsLJLRw03AICQ6hns459tDqDFb8uu2X7A2xF+iHmOb8iakNf200lYPPPL5goolA08C1Ru C38nG7KIgV+PI1EP6BJVXcj3EarDpdGpTWrcoJO2YZqjnQo/rG4V5qCu1wSGGaZc/mMgBaPcrzGLN UQGBRoQzTaEtkki4q12MaVPJh70kGmZRnddLpMbpKDrPD6aEYV7EX6EsGUvXl6hwgSGJQSNErfHcV XqX5ADmw==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jwxBy-0002h4-7A; Sun, 19 Jul 2020 00:28:34 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Michael Turquette , Stephen Boyd , linux-clk@vger.kernel.org Subject: [PATCH] clk: : drop a duplicated word Date: Sat, 18 Jul 2020 17:28:30 -0700 Message-Id: <20200719002830.20319-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Drop the repeated word "not" in a comment. Signed-off-by: Randy Dunlap Cc: Michael Turquette Cc: Stephen Boyd Cc: linux-clk@vger.kernel.org --- include/linux/clk-provider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200717.orig/include/linux/clk-provider.h +++ linux-next-20200717/include/linux/clk-provider.h @@ -189,7 +189,7 @@ struct clk_duty { * and >= numerator) Return 0 on success, otherwise -EERROR. * * @init: Perform platform-specific initialization magic. - * This is not not used by any of the basic clock types. + * This is not used by any of the basic clock types. * This callback exist for HW which needs to perform some * initialisation magic for CCF to get an accurate view of the * clock. It may also be used dynamic resource allocation is