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=-7.1 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 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 35BF3C2D0A3 for ; Mon, 2 Nov 2020 18:47:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D031520874 for ; Mon, 2 Nov 2020 18:47:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604342849; bh=Cw71lcyt5LCRO/VcNQPg4FLj8OfjtAuZ2+KjTjzra7o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=jfmoa733Hb8Bg8vhEuZvDzKSBLwlwwpOFSGJ+vG7qYwesO6PXL1ixtYwJbVr9mMH6 zAI780qGAnTkdeuHg0K4UiIeEti4MQoxZ+D0clURuT8BNs88g1zSUaiAQTM2OyhzB5 HE5RCvdE8cSgqPmge3fG5yeNl2XvXxpEV4EFXO6Q= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725852AbgKBSr3 (ORCPT ); Mon, 2 Nov 2020 13:47:29 -0500 Received: from mail-wr1-f52.google.com ([209.85.221.52]:39664 "EHLO mail-wr1-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725846AbgKBSr3 (ORCPT ); Mon, 2 Nov 2020 13:47:29 -0500 Received: by mail-wr1-f52.google.com with SMTP id y12so15813580wrp.6; Mon, 02 Nov 2020 10:47:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=dg9EShpcKxlJPUbHT3kMYzrq5qz/PbL6jzwabolFfdE=; b=Q/CL0Bna3yDS4ec/bnOLBVuysYvFtYmZZ6KIdJKr0+FyPSEnUMRcJcfvJujm6KHUHI 8Uighjhj5WHpR6Tfvno6+ACkAkBq161GqXHn8GeNADxn17AMqJu65iMkhuZ54lwzDvw0 Z+GX5a2A1C5S0Yv7anaNjeL33e1eMF3DHofbkR6FDZiM/KNSOiJOXRcSvZePFh1RSwNP PkojqDO93PJYnm3cxQxaMy5TnLY/Yc3hbPUTkvM6SDl1NjWtG9TSOAnRoVxVJJbyJI3J FvYkZ++w+mRhvZELUNNC8ggejMUkZkhAkclFyo3tQtqAJJ1kGHjCZFnmqRQootahhnTN cRCg== X-Gm-Message-State: AOAM532BPkEgqrovYcfvzbD19UjVhqmIB4CgF73SjhghvEqL1BzHy/0D vGFYJCrH4u9KN/z8LB2IDFI= X-Google-Smtp-Source: ABdhPJx5OKI4gIWQavh/Pw9YDmD4VTnBOTxroFyG0YjMx+yynudJQufTDn1TfqH6w2QLdcroPqiNuA== X-Received: by 2002:a5d:56d0:: with SMTP id m16mr21286309wrw.120.1604342847708; Mon, 02 Nov 2020 10:47:27 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id y206sm362603wmd.34.2020.11.02.10.47.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Nov 2020 10:47:26 -0800 (PST) Date: Mon, 2 Nov 2020 19:47:24 +0100 From: Krzysztof Kozlowski To: trix@redhat.com Cc: kgene@kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] soc: samsung: remove unneeded semicolon Message-ID: <20201102184724.GA13405@kozik-lap> References: <20201101152844.2290728-1-trix@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201101152844.2290728-1-trix@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org On Sun, Nov 01, 2020 at 07:28:44AM -0800, trix@redhat.com wrote: > From: Tom Rix > > A semicolon is not needed after a switch statement. > > Signed-off-by: Tom Rix > --- > drivers/soc/samsung/exynos5422-asv.c | 2 +- Thanks, applied. Best regards, Krzysztof 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=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 E02F6C00A89 for ; Mon, 2 Nov 2020 18:48:03 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5DB512225E for ; Mon, 2 Nov 2020 18:48:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ubb2+znl" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5DB512225E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=GRqOz9Djw7nitdfTL8Rg28CZ/Kb5+q3qdcTxh+FwusY=; b=ubb2+znlVQ0MSx0tdMPnT2dyM lI+tRpaP1Ht3Fz4aOMOnjrDKPEqciz08XWjHv/qwtvPQ2ciH3O4ZiHlsaT+pw5EE+WjNYdHqbo6SE 6EOhLaV9uf6ELEn1cnVMYElaHuXJX0emA6cZBu6gDJTLVH6xsPjZjkJuLN9EBsOenXqL9c9xYIymZ 5GdNhFl6Suxthc0PDlWtZWgW5dyr61/RfQH5vAgnfpjsD+OIWekM3q4Tn0vU4wYNGgNrNtJWRgcO0 2cb92YObJNhcA50DFLgOhMQj1LlbGfN6zn305vFkSjp01BCuEDAh5qnf5kiHtmJ3FQPnJ4liMmA/t bfHBTk/NQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kZerb-0003yu-ER; Mon, 02 Nov 2020 18:47:31 +0000 Received: from mail-wr1-f44.google.com ([209.85.221.44]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kZerY-0003yE-TK for linux-arm-kernel@lists.infradead.org; Mon, 02 Nov 2020 18:47:29 +0000 Received: by mail-wr1-f44.google.com with SMTP id i16so10407389wrv.1 for ; Mon, 02 Nov 2020 10:47:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=dg9EShpcKxlJPUbHT3kMYzrq5qz/PbL6jzwabolFfdE=; b=k+ARcJyQ3hf9M3XH59mGJdxWLxu7B9t5WuZJjA5BCQKeqQLHmaGqDrAKOLWNDiWrhW gTN31vCrW/rFVhEg08dT6BmRXTWKngT5CiBEBH85ZzLBVo271rc5HI0EkFv6KinNsByM //8wozZBuynJW+dVPV567Tx7WzwTKh2RIX+sajIXaJGlUNp1YrrUW15/I7wfrelSGfsp DNRB5oWiz3lR84g392s3JXUUIW9gvxjh6ON5bICW2cn8wa53K1A5idYRlyAHPGedvgvB pVsTByO2e/iVoLI22uDb0VsfeKHxIjs3jVLbXwbMTvASWhrOAGVij7IE5+OAi6Ml0JqS WefQ== X-Gm-Message-State: AOAM533nxssrCUJru4va7gjHsoUfnGpnUU7y6/NlE0VWMuGdCVf4Y49e t5HJ4Hg+ACpVCNzeGnX69pU= X-Google-Smtp-Source: ABdhPJx5OKI4gIWQavh/Pw9YDmD4VTnBOTxroFyG0YjMx+yynudJQufTDn1TfqH6w2QLdcroPqiNuA== X-Received: by 2002:a5d:56d0:: with SMTP id m16mr21286309wrw.120.1604342847708; Mon, 02 Nov 2020 10:47:27 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id y206sm362603wmd.34.2020.11.02.10.47.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Nov 2020 10:47:26 -0800 (PST) Date: Mon, 2 Nov 2020 19:47:24 +0100 From: Krzysztof Kozlowski To: trix@redhat.com Subject: Re: [PATCH] soc: samsung: remove unneeded semicolon Message-ID: <20201102184724.GA13405@kozik-lap> References: <20201101152844.2290728-1-trix@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201101152844.2290728-1-trix@redhat.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201102_134728_992844_04072E76 X-CRM114-Status: GOOD ( 11.99 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-samsung-soc@vger.kernel.org, kgene@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, Nov 01, 2020 at 07:28:44AM -0800, trix@redhat.com wrote: > From: Tom Rix > > A semicolon is not needed after a switch statement. > > Signed-off-by: Tom Rix > --- > drivers/soc/samsung/exynos5422-asv.c | 2 +- Thanks, applied. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel