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 10814C46471 for ; Mon, 6 Aug 2018 02:17:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B5703219D9 for ; Mon, 6 Aug 2018 02:17:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B5703219D9 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 S1726846AbeHFEYa (ORCPT ); Mon, 6 Aug 2018 00:24:30 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:45389 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725777AbeHFEYa (ORCPT ); Mon, 6 Aug 2018 00:24:30 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 39232178A4C6C; Mon, 6 Aug 2018 10:17:39 +0800 (CST) Received: from [10.151.23.176] (10.151.23.176) by smtp.huawei.com (10.3.19.213) with Microsoft SMTP Server (TLS) id 14.3.399.0; Mon, 6 Aug 2018 10:17:34 +0800 Subject: Re: [PATCH] drivers/staging: Remove some unneeded semicolon To: zhong jiang CC: , , , , , "linux-erofs@lists.ozlabs.org" , LKML References: <1533477429-17379-1-git-send-email-zhongjiang@huawei.com> <687229f8-549f-cec1-c83f-b8acfd32d767@huawei.com> <5B67AE47.4080307@huawei.com> From: Gao Xiang Message-ID: Date: Mon, 6 Aug 2018 10:16:21 +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: <5B67AE47.4080307@huawei.com> 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 On 2018/8/6 10:11, zhong jiang wrote: > 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... >> >> 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? > do it. Thanks. Then I will just resend the gasket feature separately. > Thanks for your understanding :) Thanks, Gao Xiang > Thanks, > zhong jiang >> Thanks, >> Gao Xiang >> >> . >> > >