Received: by 10.223.176.5 with SMTP id f5csp2927016wra; Thu, 1 Feb 2018 08:09:00 -0800 (PST) X-Google-Smtp-Source: AH8x224FSPelre155wFBOJvJCwY5gUN+d3LMVi2PriZhQERRdjbxXh2Ipu34UQ92KRTGs7wGNJZ5 X-Received: by 10.98.49.199 with SMTP id x190mr37589795pfx.1.1517501340412; Thu, 01 Feb 2018 08:09:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517501340; cv=none; d=google.com; s=arc-20160816; b=M1yoUOu3+HoNC4nPMiJ8Ds+HN4MPwq+QTSU4RX8Yx3tJnPqw281PtZDxsOZWAzS/+O 8fDv4WUBmhGmH2wpv0ZEmHmRDTNVa+jFWpDLzSsdwhh6rdWQFwP2I3uW9lzy7r7MXlvD KkS8skI/GRJEXo3CwSfb34YacLe5cjO+15i8HW774pCDWXOxZAi7w+9wFXzmrQW+8dzW rB/qe6oapKQARnbAxj3U2ku5oZgluTIswSzTHDoU+A79nqC78YrWo+sRpQ3mpuapTweB Z43lpJ3ZjjACzhk4BOWNVj65ZQWuTVHcZD+F3Yr6t0/PAw4e8Ve9NoKoZ84OrQhJHgdd uUmg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dmarc-filter:arc-authentication-results; bh=yjt7sqsD/1pwE36sG6TgF8x3yonICdLGwEL9WcG+TZ4=; b=VnMR0j2uDB9HBB+0USb8AzdngfyQeWxP+9qHQXOBSLwRe6VKzX6IgF4FhObGd/q+es rZ3loYsgHecbSOMGH8DkRDW4aM6/p1Sb0AqJ+dRmj3FIXnmBurvcPhJFbWYSmHU18sYH sScMch7mVjAOwq1f2a79wTGfSw/4iaM5pUFc6isIMEzlBA2MARnLBtYRzt7j6Lv8NJEX sYrOVlhqhd8qNT1vNZy9ey7ED+l6mKfP1YHSs20SpXKMtk/ZxoeGZtwJU1CyAAfQzmHf 7TeCtRVcKO6WFxUeUKeuXTkx8KuKAuCM7nh/jx9V45xXP8SDS2QnsWuR1jREjvv7y+Ge 7SDQ== 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 bj9-v6si1891136plb.464.2018.02.01.08.08.45; Thu, 01 Feb 2018 08:09:00 -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 S1752543AbeBAQII (ORCPT + 99 others); Thu, 1 Feb 2018 11:08:08 -0500 Received: from mail.kernel.org ([198.145.29.99]:41646 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751873AbeBAQIH (ORCPT ); Thu, 1 Feb 2018 11:08:07 -0500 Received: from saruman (jahogan.plus.com [212.159.75.221]) (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 79EF52178E; Thu, 1 Feb 2018 16:08:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 79EF52178E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=jhogan@kernel.org Date: Thu, 1 Feb 2018 16:08:01 +0000 From: James Hogan To: Luis de Bethencourt Cc: linux-kernel@vger.kernel.org, Joe Perches , Ralf Baechle , Al Viro , linux-mips@linux-mips.org Subject: Re: [PATCH] MIPS: Fix trailing semicolon Message-ID: <20180201160801.GN7637@saruman> References: <20180123133803.26789-1-luisbg@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="1rguoi8KZGYj2k4L" Content-Disposition: inline In-Reply-To: <20180123133803.26789-1-luisbg@kernel.org> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --1rguoi8KZGYj2k4L Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 23, 2018 at 01:38:03PM +0000, Luis de Bethencourt wrote: > The trailing semicolon is an empty statement that does no operation. > Removing it since it doesn't do anything. >=20 > Signed-off-by: Luis de Bethencourt Applied to my 4.16 branch, Thanks James > --- >=20 > Hi, >=20 > After fixing the same thing in drivers/staging/rtl8723bs/, Joe Perches > suggested I fix it treewide [0]. >=20 > Best regards=20 > Luis >=20 >=20 > [0] http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/201= 8-January/115410.html > [1] http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/201= 8-January/115390.html >=20 > arch/mips/include/asm/checksum.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/arch/mips/include/asm/checksum.h b/arch/mips/include/asm/che= cksum.h > index 77cad232a1c6..e8161e4dfde7 100644 > --- a/arch/mips/include/asm/checksum.h > +++ b/arch/mips/include/asm/checksum.h > @@ -110,7 +110,7 @@ __wsum csum_partial_copy_nocheck(const void *src, voi= d *dst, > */ > static inline __sum16 csum_fold(__wsum csum) > { > - u32 sum =3D (__force u32)csum;; > + u32 sum =3D (__force u32)csum; > =20 > sum +=3D (sum << 16); > csum =3D (sum < csum); > --=20 > 2.15.1 >=20 --1rguoi8KZGYj2k4L Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEd80NauSabkiESfLYbAtpk944dnoFAlpzO2EACgkQbAtpk944 dnqn1A//T50PTqfoRRo7Q2UpltX3WXdXAedu8uTG+EqkILsX+ssn2+P+76YBSHLU VdDmME/RLu5/4cLrD7MjE3SkFWJ7iEy5xr4wSdTqjTkV7cKRr59xsIF0uiONUcYG BbjuxpLYxWfNOnfLtKY1QREBSxrB0AjRZQxK1BNX1UArTNzWt5rTwPWpN6iScbSa Pw0FzVphhc9i4LzhbPN1StXJ5cPtWNBIeeiHzXvJEYh/gupcm0KVInMfJhymtiii 6u4oahQA4KHN8cyT37clhH4mQyaNsVyKpLjH7jb8odbaJjRFO/Vrzk3Cfh36Fk/+ 6LIuW8GP/LynpHKYstx4FxQvPqDyS6ytpMt/WN2DauIZbEOFTu+E4NmCpz8tWb2A y8YfwmaBGEoymHvy0Vol0YJ+ePDxX4ZbKSd/VfSDKE+2pducZWzZWiEAwPLmwZWq KEeqSHrdCZPflhWdOB+9+9nvDSm6St7IgS/4pc78/vFf2gWNLAqq7yTMAT0MMt9u MqOFm0XoRmHXukyuC4hCf1cjNpF3Ox9qZSV6TcvwCjhnen0WN1UtGTmkAWuGXpr6 6+DMIbYpw8J/mb9ZPSeYzwiDnW/dgIh18tH36mrWQEOy9GBo/yD+m4oclPxoYBPs 9nbgwARIDdxfmdDA6ndzDHshDdLUIgYD4ywscQ1QqiF4weiTDf4= =6d11 -----END PGP SIGNATURE----- --1rguoi8KZGYj2k4L--