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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 9A429C46471 for ; Mon, 6 Aug 2018 02:09:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1F2D4219A3 for ; Mon, 6 Aug 2018 02:09:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1F2D4219A3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726834AbeHFEP5 (ORCPT ); Mon, 6 Aug 2018 00:15:57 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:59586 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725777AbeHFEP5 (ORCPT ); Mon, 6 Aug 2018 00:15:57 -0400 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 1340B4A915AD9; Mon, 6 Aug 2018 10:09:09 +0800 (CST) Received: from [10.151.23.176] (10.151.23.176) by smtp.huawei.com (10.3.19.203) with Microsoft SMTP Server (TLS) id 14.3.399.0; Mon, 6 Aug 2018 10:09:01 +0800 Subject: Re: [PATCH] drivers/staging: Remove some unneeded semicolon To: Chao Yu , zhong jiang CC: , , , , "linux-erofs@lists.ozlabs.org" , References: <1533477429-17379-1-git-send-email-zhongjiang@huawei.com> <687229f8-549f-cec1-c83f-b8acfd32d767@huawei.com> From: Gao Xiang Message-ID: <50b97db3-8cd3-fe68-e23a-d6366f9c014b@huawei.com> Date: Mon, 6 Aug 2018 10:07:56 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.151.23.176] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Chao, On 2018/8/6 9:58, Chao Yu wrote: > Hi Xiang, > > On 2018/8/6 9:27, Gao Xiang wrote: >> Hi Jiang, >> >> On 2018/8/5 21:57, zhong jiang wrote: >>> That semicolons are unneeded, JUst remove them. >>> >>> Signed-off-by: zhong jiang >> >> Thanks for your patch. Since erofs and gasket are different feature, it is better to seperate into two patches. >> and could you please cc linux-erofs mailing list as well? >> >> Yes, there is an extra semicolon in z_erofs_vle_unzip_all, it was reported by Julia Lawall several days ago. >> Actually, there is a patch in linux-erofs mailing list, but it seems that Chao hasn't reviewed it yet... > > Oh, sorry, I missed this one, let me check/review all recent patches again and > update them in tree later. > > Thanks, It is nothing. :) I will send v2 version of this patch if zhong jiang doesn't mind. Thanks, Gao Xiang > >> >> https://lists.ozlabs.org/pipermail/linux-erofs/2018-August/000303.html >> >> I will add Signed-off-by: zhong jiang to the original patch if if you don't mind, do you? >> >> Thanks, >> Gao Xiang >> >> . >> >