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=-4.1 required=3.0 tests=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 F19B0C0650F for ; Thu, 8 Aug 2019 15:05:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C90412184E for ; Thu, 8 Aug 2019 15:05:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565276728; bh=fOS2h4GWI90AxufiprYZK3XN8pFdskKCIW7fKG4FeUI=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=zJWUu9Tro1uBVj04fnw3JX5PdvtlFBByudK+7A3BGxrFn/LSasY9dAvvq8R32wXLj g4aQ6d7Fw+sR7fxUi7DQ2x6lxlQXnMeeMefEoGxq9hSHd7GBMrOeMkUIj7z+L3m33D yvgom2YUL2U88y1D1StBi3bjAYyGf/KZ6MdqcBK8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732507AbfHHPF2 (ORCPT ); Thu, 8 Aug 2019 11:05:28 -0400 Received: from mail.kernel.org ([198.145.29.99]:42750 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728289AbfHHPF1 (ORCPT ); Thu, 8 Aug 2019 11:05:27 -0400 Received: from kernel.org (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 9F2A1217D7; Thu, 8 Aug 2019 15:05:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565276726; bh=fOS2h4GWI90AxufiprYZK3XN8pFdskKCIW7fKG4FeUI=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=VFMP51oCHDQdJoMYVsEVFhcHHo+wLWULdRccvSA78T9Lq4peRuwjjfseVgNaYxWAD KwFhyXc8R4nuoQ8mbh661ihCJ/mNEKqK9lAiUQUbqB+9dhnMMVC1aYNdUCrONTeU26 bodgB479vAHOHDZvEHGgojYCWYdojpP/EH55ibS0= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <5961554a-6416-48ea-44e2-d8e3c7576af0@web.de> References: <5961554a-6416-48ea-44e2-d8e3c7576af0@web.de> Subject: Re: [PATCH] clk: Use seq_puts() in possible_parent_show() From: Stephen Boyd Cc: LKML , kernel-janitors@vger.kernel.org To: Markus Elfring , Michael Turquette , linux-clk@vger.kernel.org User-Agent: alot/0.8.1 Date: Thu, 08 Aug 2019 08:05:25 -0700 Message-Id: <20190808150526.9F2A1217D7@mail.kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Markus Elfring (2019-07-01 13:24:37) > From: Markus Elfring > Date: Mon, 1 Jul 2019 22:20:40 +0200 >=20 > A string which did not contain a data format specification should be put > into a sequence. Thus use the corresponding function =E2=80=9Cseq_puts=E2= =80=9D. >=20 > This issue was detected by using the Coccinelle software. >=20 > Signed-off-by: Markus Elfring > --- Applied to clk-next