Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1819085ybl; Thu, 19 Dec 2019 03:35:23 -0800 (PST) X-Google-Smtp-Source: APXvYqxEp5AXxYkELzz2dC2C/nX23ynqCdT+rFDlz6yKZGSLg5rjjZcCL5XvKx+5lO/66+nBKwen X-Received: by 2002:a9d:5885:: with SMTP id x5mr8149809otg.132.1576755323402; Thu, 19 Dec 2019 03:35:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576755323; cv=none; d=google.com; s=arc-20160816; b=OJGu9j2fxfKRwOhqb8OYcK+Bw3Ozi4tNZPGHoG1kIlfaZ/DrQ5OoZERXkHzI9MOSe7 Y7J7bS4BJYQMhwNQm5NXdsDK/RjG77CzxkMHEYF+MhofHUa2G1xOdyI4TlUV1qb7u5Us OyNNZeZGjJEB5g9L6sg2jFfb8RInSPNRoZay7gvQZMVX24nThS6EeWiNodd/98oEwluV Tai6YX/p9tzw4Pe9/LC8dsmg8kfTeY2IkeNnBQ2nJm6Oz1wXtYuTZ8fSK+VUxEkeHE1C lufEFfuCMBkOY0gWo19sLltCqnt2arWylrHvQWURct97xKZgA4Hdg4fQGe4KfNEfWUEV ZYwg== 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; bh=GxOl/LOmuAmhG5SyERwPiSKFtwO9kL91J8GWHR/65iI=; b=im2IcSXqKZiRSAhKHW+KqpduyaGptWAtDaINLPlb+RN2dPpe4PcwZ1uqMJFXzQNPDC LGMfU6OF58MBknNQgb3q8RroxWXg2WFM3+lgX66rRXyyihyAtmmS3Hx2C+RcDitLVUCl RZoqZ4Oq4iioIFv44crcV3oQwP7lCQQBnOs4k7HCjoI1gJUaRmXwRGmzJIrJpo7FYB/3 BLNSOIqUjbW0UgSi8l6K9V9DMcSJBkDmH5ONOGJ7cEyCeRaA25tY1g/U+nlBPdORuhGz 71pgimcUt7Io0je3gW1fn1E5VlmMsDCTu50H/ulIWtudvMy+MaIX3mYcmqdrhcrZPZYg Ht8g== 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 k7si1473190otp.22.2019.12.19.03.35.11; Thu, 19 Dec 2019 03:35:23 -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 S1726725AbfLSLeX (ORCPT + 99 others); Thu, 19 Dec 2019 06:34:23 -0500 Received: from nautica.notk.org ([91.121.71.147]:40169 "EHLO nautica.notk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726656AbfLSLeW (ORCPT ); Thu, 19 Dec 2019 06:34:22 -0500 Received: by nautica.notk.org (Postfix, from userid 1001) id 93699C009; Thu, 19 Dec 2019 12:34:21 +0100 (CET) Date: Thu, 19 Dec 2019 12:34:06 +0100 From: Dominique Martinet To: zhengbin Cc: ericvh@gmail.com, lucho@ionkov.net, v9fs-developer@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND] 9p: Remove unneeded semicolon Message-ID: <20191219113406.GA22811@nautica> References: <1576752517-58292-1-git-send-email-zhengbin13@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1576752517-58292-1-git-send-email-zhengbin13@huawei.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org zhengbin wrote on Thu, Dec 19, 2019: > Fixes coccicheck warning: > > fs/9p/vfs_inode.c:146:3-4: Unneeded semicolon > > Reported-by: Hulk Robot > Signed-off-by: zhengbin Taken, will be in linux-next in the next few days. Please note I won't submit a pull request to Linus if I only have this so it might take an extra couple of months to get in depending on what patches get sent. -- Dominique