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,URIBL_BLOCKED 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 85C3CC4CECE for ; Tue, 17 Sep 2019 17:28:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6121821848 for ; Tue, 17 Sep 2019 17:28:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568741306; bh=i6cu//8UqqnO+AXA2MTlSGElpD6de5WiTt762/oa82w=; h=In-Reply-To:References:Cc:To:From:Subject:Date:List-ID:From; b=2fVVxeFSK1K3zi4jKhfYscrGfVv84kD2HCD+b3LJiW4b3cGbWWDJpBmdLqB0ZtcuC +PQt2dJtZhdeYdSNg3d+QxtG7yBDR3o1A1smWh96dE7an9qwPpECoFekissnH7oq5O oDU/ZJlblzUieXrZP2PgG3DHlhzCm/zH8LoEu6XY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731165AbfIQR20 (ORCPT ); Tue, 17 Sep 2019 13:28:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:41478 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731152AbfIQR2Z (ORCPT ); Tue, 17 Sep 2019 13:28:25 -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 1760C2171F; Tue, 17 Sep 2019 17:28:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568741305; bh=i6cu//8UqqnO+AXA2MTlSGElpD6de5WiTt762/oa82w=; h=In-Reply-To:References:Cc:To:From:Subject:Date:From; b=0tMCD6z73L9+9dQNwM1b+ZADypT22NiA64cLairhrh0p0O4PYjpxQ0uqjnqYxM53T nRoQ1DC2HoFni38vzHwBxHOw97Pq8edm9msUqyeIVctZvwYP3MnkiASSJqvUUQ+h+R FXAl8qvFKyOF0IQVB5d3uhq6qHXYIzkSH4xKcI2c= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190822093126.594013-1-lkundrak@v3.sk> References: <20190822093126.594013-1-lkundrak@v3.sk> Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Lubomir Rintel To: Lubomir Rintel , Michael Turquette From: Stephen Boyd Subject: Re: [PATCH] clk: remove extra ---help--- tags in Kconfig User-Agent: alot/0.8.1 Date: Tue, 17 Sep 2019 10:28:24 -0700 Message-Id: <20190917172825.1760C2171F@mail.kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Lubomir Rintel (2019-08-22 02:31:26) > Sometimes an extraneous "---help---" follows "help". That is probably a > copy&paste error stemming from their inconsistent use. Remove those. >=20 > Signed-off-by: Lubomir Rintel > --- Applied to clk-next