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=-8.7 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED autolearn=ham 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 CC51DC43387 for ; Wed, 9 Jan 2019 18:45:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9AF6C20685 for ; Wed, 9 Jan 2019 18:45:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547059543; bh=dw7nPwk5U4peS74yb9SkDlt49Z+n91/be+nZ+DgP6Yo=; h=Subject:Cc:To:In-Reply-To:From:References:Date:List-ID:From; b=vPZ+CsDuz4F9XQWcTgcCA+QGTl5UlAtsiLRNzhJZTO0xZIlemC+jyh3/JNbdrXxmr 9/0ntz0wU75qHNrCmKKbNdfgLaUWUcZFCE4RmOat92FXsnsqSxX9gp1+fb5YzdSiJS KMKqRLPGbqBH9T0XUgNWesbs9GZUtfdzCo6jhNRk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726469AbfAISpn (ORCPT ); Wed, 9 Jan 2019 13:45:43 -0500 Received: from mail.kernel.org ([198.145.29.99]:47214 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726465AbfAISpn (ORCPT ); Wed, 9 Jan 2019 13:45:43 -0500 Received: from localhost (unknown [104.132.0.74]) (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 6822D20661; Wed, 9 Jan 2019 18:45:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547059542; bh=dw7nPwk5U4peS74yb9SkDlt49Z+n91/be+nZ+DgP6Yo=; h=Subject:Cc:To:In-Reply-To:From:References:Date:From; b=W3LhEw3FgWJdRxZfiOoq7Kyr9DzK09np2E1IBEi0QDXKCFybLdct/JEjpv4EO2shg B14uCYXX60+JEV675ou2c3h/4+c/2oMRbQ8zpkVMHClbA0glXWSzJrlLn6g2K/TXWC uF2fbg5+eM7ILhrQJ212DWgbKAUoxCCIWCeCpqXg= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH v2] clk: sysfs: fix invalid JSON in clk_dump Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Jerome Brunet , Lubomir Rintel To: Lubomir Rintel , Michael Turquette In-Reply-To: <20190104220549.24849-1-lkundrak@v3.sk> From: Stephen Boyd User-Agent: alot/0.8 References: <20190104220549.24849-1-lkundrak@v3.sk> Message-ID: <154705954169.15366.6662624891586662983@swboyd.mtv.corp.google.com> Date: Wed, 09 Jan 2019 10:45:41 -0800 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Lubomir Rintel (2019-01-04 14:05:49) > Add a missing comma. >=20 > Fixes: 9fba738a53dd ("clk: add duty cycle support") > Signed-off-by: Lubomir Rintel >=20 > --- Applied to clk-fixes