Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp270573pxv; Wed, 30 Jun 2021 05:23:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwl1p90Pzuf7gccpjsveeaoWu5aHh+d+5uFhNCYeieFKMdcfJ5INr6d72aMsFj6d159bu3k X-Received: by 2002:a92:b30b:: with SMTP id p11mr24398492ilh.114.1625055838616; Wed, 30 Jun 2021 05:23:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625055838; cv=none; d=google.com; s=arc-20160816; b=Ik3s9GlOyGVEbkAwm5VMlGRh9BGRp9Yi0oSOo/u7PllyfiVplclDJzv4MWQg2pBnmo jTgvzvJSTRUgWNKzpnpJGO4tv2c1yRR5eq2pO4lwVYcZnDVlPpA/HMZo++yJl51aT05t qDkdpR/DqQGkfLNosUgxCGoApCcdn3Lf+2BQt34W6eutifOwdVTctRN4UnfGs45e7rj4 NNGhj+80yA+jIvIHWWsTIgg1MmZkZxm2gtC9GnQGHIA1OllBC9LdE2ql6wizwxTT0GUR 6SoP9cdGiCBrtkajU8J2V/8nuMLqm4otWOxcQ+2H/PAJ/9yjT8grvpNu9K5lNBjoAvER 71WQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=/tbEVDv+vkmULp0tBchtFQDMJOC8D6KefNJ884lFCzA=; b=aJjL/KZDcZ3bITWQZqAnlAmFZT5ou8v8U6Y/7TpHNZi2zqB0DXGdjUiwWsXsUN6LME cfQSqmris5gzCOPY2fBcJFM9Gkv2WKZTIwhJUzeVgngMQ5UIpE3l+UwGZ458jmlEtDL1 QdZS1VDn5/9sT221OG+c0Di3VqsmcdSwDyhHE+WInW7fzcKDp7Re2viAAJXf1gqF+O9p 7Ps1GD9soyCSFl4hpm/uSWtqMNR+9lmHCSUMN0uZUzHjl/3rErkbve+wHJISixPxQtMo lbXEDOgMu9QrORHO+GsxRsEin4APfDVvhpYfA1HG7U1Mh+8xrzBdFa4/633t57St4lK/ GX8g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l17si17252390jaj.78.2021.06.30.05.23.29; Wed, 30 Jun 2021 05:23:58 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234643AbhF3MY6 (ORCPT + 99 others); Wed, 30 Jun 2021 08:24:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:44610 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234507AbhF3MYy (ORCPT ); Wed, 30 Jun 2021 08:24:54 -0400 Received: from oasis.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (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 4594F613ED; Wed, 30 Jun 2021 12:22:24 +0000 (UTC) Date: Wed, 30 Jun 2021 08:22:22 -0400 From: Steven Rostedt To: Joe Perches Cc: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, lima@lists.freedesktop.org, linux-rdma@vger.kernel.org, netdev@vger.kernel.org, linux-usb@vger.kernel.org, linux-nfs@vger.kernel.org, linux-wireless@vger.kernel.org, linux-media@vger.kernel.org, linaro-mm-sig@lists.linaro.org Subject: Re: [PATCH V2] treewide: Add missing semicolons to __assign_str uses Message-ID: <20210630082222.497170a3@oasis.local.home> In-Reply-To: References: <2c59beee3b36b15592bfbb9f26dee7f8b55fd814.1621024265.git.bristot@redhat.com> <20210603172902.41648183@gandalf.local.home> <1e068d21106bb6db05b735b4916bb420e6c9842a.camel@perches.com> <20210604122128.0d348960@oasis.local.home> <48a056adabd8f70444475352f617914cef504a45.camel@perches.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Wed, 30 Jun 2021 04:28:39 -0700 Joe Perches wrote: > On Sat, 2021-06-12 at 08:42 -0700, Joe Perches wrote: > > The __assign_str macro has an unusual ending semicolon but the vast > > majority of uses of the macro already have semicolon termination. > > ping? > I wasn't sure I was the one to take this. I can, as I can run tests on it as well. I have some last minute fixes sent to me on something else, and I can apply this along with them. -- Steve