From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752240AbbEFFwQ (ORCPT ); Wed, 6 May 2015 01:52:16 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:51453 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750856AbbEFFwP (ORCPT ); Wed, 6 May 2015 01:52:15 -0400 Date: Tue, 5 May 2015 22:52:13 -0700 From: Stephen Boyd To: Felipe Balbi Cc: Stefan Wahren , Mike Turquette , Linux Kernel Mailing List Subject: Re: [PATCH] clk: add newline character after dumping all clocks Message-ID: <20150506055213.GA11795@codeaurora.org> References: <1430491717-21123-1-git-send-email-balbi@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430491717-21123-1-git-send-email-balbi@ti.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/01, Felipe Balbi wrote: > clk_dump() will dump data about all clocks in JSON > format, but it misses a newline character at the > end of the JSON string. This patch adds that missing > newline character. > > Signed-off-by: Felipe Balbi Applied to clk-next with s/seq_printf/seq_puts/ -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project