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.6 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,USER_AGENT_SANE_1 autolearn=unavailable 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 43C51C2D0A3 for ; Sun, 1 Nov 2020 09:20:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 02DBF207F7 for ; Sun, 1 Nov 2020 09:19:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604222400; bh=0cz0N/T/rsg+3fv6C8LRYNPJTOKtFsw4AUUJWmA54Fo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=UdukE0cuc7QYBeJJw4cHCBrLyoOEPuVk2aT9DDG2Q56eNDnJGshY1GPXMB/FMg6QT vX9SbLbEk6syK7Z02S5fNfmGkCmV5ZrhFEoOxaR9JmuXkHpLPm26E7s6Yuo8i8Ach3 y5Ux1920PbFfpxpy70ZD5u+m/fyF3wv1B18ouRUI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726212AbgKAJT6 (ORCPT ); Sun, 1 Nov 2020 04:19:58 -0500 Received: from mail.kernel.org ([198.145.29.99]:54232 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725951AbgKAJTx (ORCPT ); Sun, 1 Nov 2020 04:19:53 -0500 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (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 2FDF6207F7; Sun, 1 Nov 2020 09:19:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604222392; bh=0cz0N/T/rsg+3fv6C8LRYNPJTOKtFsw4AUUJWmA54Fo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=X+qwWLhwfwEweqpq4o0RqHkGe2+zhOT75WI+Zcoy/3qtEii+FL8I4UBp/O8hFWbFj GRGwdPJf1JIxY4iq1gYDcLMoaTigDnKWK2uO3qJaN2jQhekoZzLIwu/tHqisUu7oR3 0FhYaefBcvVSEbHAYLsLNxiyGgK8khClr/G7W3c8= Date: Sun, 1 Nov 2020 17:19:46 +0800 From: Shawn Guo To: trix@redhat.com Cc: mturquette@baylibre.com, sboyd@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, Anson.Huang@nxp.com, abel.vesa@nxp.com, peng.fan@nxp.com, leonard.crestez@nxp.com, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: imx: remove unneeded semicolon Message-ID: <20201101091945.GM31601@dragon> References: <20201027185756.1586607-1-trix@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201027185756.1586607-1-trix@redhat.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 27, 2020 at 11:57:56AM -0700, trix@redhat.com wrote: > From: Tom Rix > > A semicolon is not needed after a switch statement. > > Signed-off-by: Tom Rix Applied, thanks.