From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1AE67C388F7 for ; Thu, 5 Nov 2020 02:01:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B8F572054F for ; Thu, 5 Nov 2020 02:01:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604541678; bh=RFc8d0y83E3PgGn9wJI96kwAEwvdlKbg2Wq2RgVOFoM=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=xGWKyF4e+sutDjEvPE+t4kMEuFDhIX7xYJQtmPYW62lk+GLKNUScA6HXHR1l0+xBr vPOn+/wwMfQoKzZGlhN1M9ZCAM8KgiefDmnEUhYWuFkfvjtZ5FWfGtYgUK09H8ppjQ qx5iBZF1Q/KHD69GF6YuHgOLvvZVxqKbBd54BTEc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730967AbgKECBR (ORCPT ); Wed, 4 Nov 2020 21:01:17 -0500 Received: from mail.kernel.org ([198.145.29.99]:35086 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726152AbgKECBQ (ORCPT ); Wed, 4 Nov 2020 21:01:16 -0500 Received: from kernel.org (unknown [104.132.1.79]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E7EDD20719; Thu, 5 Nov 2020 02:01:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604541676; bh=RFc8d0y83E3PgGn9wJI96kwAEwvdlKbg2Wq2RgVOFoM=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=MBDmYvNljcbupjMZatW7V6L3jaFdSM0Q72QaGGvAWGQYIkErP3tvcpPd5ANsOpoVy oy9AcWJUcBqIK0MG2nxyepckjlDF2r9MbIOVgADXZSkiXf0jt4nV9AFhKDje9hbvLr tT66qE2f+WjVf/cbxvkfiQW/XtdyUpLk8qOh4bQw= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: Subject: Re: [PATCH v3 38/56] clk: fix a kernel-doc markup From: Stephen Boyd Cc: Mauro Carvalho Chehab , Jonathan Corbet , Russell King , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org To: Linux Doc Mailing List , Mauro Carvalho Chehab Date: Wed, 04 Nov 2020 18:01:14 -0800 Message-ID: <160454167435.3965362.9994740112660959961@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Mauro Carvalho Chehab (2020-10-23 09:33:25) > clk_get_duty_cycle -> clk_get_scaled_duty_cycle >=20 > Signed-off-by: Mauro Carvalho Chehab > --- Applied to clk-next