Received: by 10.223.148.5 with SMTP id 5csp7186187wrq; Thu, 18 Jan 2018 02:02:09 -0800 (PST) X-Google-Smtp-Source: ACJfBot0uUNuVnedCNwhxtKyE94gksw+afVq5feECgYYWGM2Qne+vlKeIpbiJlurMO7gdlZfwfka X-Received: by 10.99.36.68 with SMTP id k65mr30244914pgk.345.1516269728896; Thu, 18 Jan 2018 02:02:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516269728; cv=none; d=google.com; s=arc-20160816; b=dk0fU67Sj2TkdPdqwixXCCAQLQWdc6Rd/leAtoOnOJ3Gi6tb/DuRBIuwxE5+F8EcWS aO4JeT0b4eeHShP0COn+sOTWM3diyMT9E1h1V6TYhF5zAgMpW1vp2zJA7ZVCHVw0cQMJ tgmMTKAVQRlXsSSO3HstBUzJJzBaP7Q9+zcXOHCQg+TzKe4mD3O21rFB5jxdxEU0yBsG /3V0wrr1Iep/TP2SkiQZVLoL07y26Xf1rNFA1k8Ko2c4LUHbaAmwI9FGAKe5eeF96tTb lRFTLX5gTmmsgga1I7H1+rA0AzeG37F3eNF8bdbVPi2qVYzdSXvGKjo30Km09uF9qpep pulw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id :arc-authentication-results; bh=o9sZLq0X/o14UeESC+Qno8431dkeUTVUhTcoMwUjkjU=; b=D97qNZUZvGxSwkcUE0AK1kvLB0jRxpjz3tyLjf9cuud7KIhCVPgYGLuBvZXo0dyoZ4 rhKP0Nl2jAeR/4fNpZhCEARnG5VlsWGc7ThZZwh+qpwgGt54oJKrb0Ysyb84WaEe9Ej/ zsT8LlHE3U8UAso/ZPXO9kw4oexArDyQ1/YPXMRThv/zpPNjpWvfDk1HHX108iH922du 5r4peD7x8TNlEzx9C01UGAseyoTAdjQ928nfhBmJrQrFt3G5DzOPx05y+xQvP/LFe+Gl JtfsoyFHXU1N8taotRH1lFDWwbxgmDNrLOn01Ld+XcfyyfYmAjE/SwS368BoGazblDGj +wZg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j14si5722584pgf.695.2018.01.18.02.01.54; Thu, 18 Jan 2018 02:02:08 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755207AbeARJXP (ORCPT + 99 others); Thu, 18 Jan 2018 04:23:15 -0500 Received: from mail.linux-iscsi.org ([67.23.28.174]:55672 "EHLO linux-iscsi.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754090AbeARJXN (ORCPT ); Thu, 18 Jan 2018 04:23:13 -0500 Received: from [192.168.1.66] (75-37-194-224.lightspeed.lsatca.sbcglobal.net [75.37.194.224]) (using SSLv3 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nab) by linux-iscsi.org (Postfix) with ESMTPSA id BAAE6174001; Thu, 18 Jan 2018 09:36:53 +0000 (UTC) Message-ID: <1516267392.24576.246.camel@haakon3.daterainc.com> Subject: Re: [PATCH] tcmu: Fix trailing semicolon From: "Nicholas A. Bellinger" To: mchristi@redhat.com Cc: Luis de Bethencourt , linux-kernel@vger.kernel.org, Joe Perches , linux-scsi@vger.kernel.org, target-devel@vger.kernel.org Date: Thu, 18 Jan 2018 01:23:12 -0800 In-Reply-To: References: <20180116153432.17927-1-luisbg@kernel.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2018-01-16 at 10:25 -0600, Michael Christie wrote: > On 01/16/2018 09:34 AM, Luis de Bethencourt wrote: > > The trailing semicolon is an empty statement that does no operation. > > It is completely stripped out by the compiler. Removing it since it doesn't do > > anything. > > > > Signed-off-by: Luis de Bethencourt > > --- > > > > Hi, > > > > After fixing the same thing in drivers/staging/rtl8723bs/, Joe Perches > > suggested I fix it treewide [0]. > > > > Best regards > > Luis > > > > > > [0] http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2018-January/115410.html > > [1] http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2018-January/115390.html > > > > drivers/target/target_core_user.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Applied. Thanks Luis + MNC.