Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2456476imm; Mon, 10 Sep 2018 01:12:10 -0700 (PDT) X-Google-Smtp-Source: ANB0VdYvc5bQc0dneLC6rimbPOg2r7mInvmeDhbX7iVFQtr+CgOFFPcRqVYjzikc0Z6Jb+2+N9xR X-Received: by 2002:a17:902:c7:: with SMTP id a65-v6mr20311582pla.264.1536567130134; Mon, 10 Sep 2018 01:12:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536567130; cv=none; d=google.com; s=arc-20160816; b=ggmxb/JOr4F5gxFAn3J9fBmIlZOopsW5pHWOrW0EWLNYCPwuAMCavdLCVz6k8zJ9sh 70FavFioxw3sdmKRN68wshfT32U0xzssyCwVfJoaQoGquMySJX8rJ7Wu3oFf2JosAwAt PdTCWVIQ4ri8+iucAZa8Lr4kwKlbQcQyicAgM9zuHwpxgb8Zccvy7kIfFTd0zH055Myu 8aU0RrmrxL3ckhwnmkQAeV6sfHfXfZG5N5PlaTxpQFJA193H/MMOOMFSoDXoOK29bzyh MXSJ5CUutpeMRElSpU/UalaQCVi32LLH6X30fpvTNxbMyLjnGyKAedAz7Z165uL+chTr RXnA== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=F2fRJ/sgpPrSBvxtP1HaMvGmNkMCTLWaI549qL6M/Qw=; b=TkZ4Zr2M5ySEbhoBfo1cBtqptdfQ/Z9ABvhcgwfy5cp9qMaOs5X3zp9lCaPpkWExeo a6efpyvvSULaP//BNOam9KlpxgfwwF8gRWuVSdugf9U8Y8Fu2M0r0hBbVwg/NdiunU4L EoryScLHK/oeyivAZtfJDRJe82b3tAArRXc6Al5lJSb4hGua8dq1fxDMH5YnZPD0ZZZG 7+coEjlByEE7PwRCJEGxdzNHJal7uHWGFgfn3MyD8bRzfCyScT34x6G/kqEJwcrcfNLg K0U0xk7hMxo+DjOVQyg3QN3yyY9Zjh7HqZ522U9Ns9gb65tgaAL8bqeIuzbcvt2W87vJ dhxw== 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 f24-v6si16622705pgh.287.2018.09.10.01.11.55; Mon, 10 Sep 2018 01:12:10 -0700 (PDT) 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 S1727710AbeIJNDT (ORCPT + 99 others); Mon, 10 Sep 2018 09:03:19 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41006 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727069AbeIJNDT (ORCPT ); Mon, 10 Sep 2018 09:03:19 -0400 Received: from localhost (ip-213-127-74-90.ip.prioritytelecom.net [213.127.74.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 935BECEA; Mon, 10 Sep 2018 08:10:30 +0000 (UTC) Date: Mon, 10 Sep 2018 10:10:27 +0200 From: Greg Kroah-Hartman To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: Gao Xiang , Chao Yu , linux-erofs@lists.ozlabs.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] staging: erofs: use explicit unsigned int type Message-ID: <20180910081027.GA31845@kroah.com> References: <5c44a63b-041d-1fce-0748-53c0b44f5983@huawei.com> <20180909183753.11021-1-linux@weissschuh.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180909183753.11021-1-linux@weissschuh.net> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 09, 2018 at 08:37:53PM +0200, Thomas Wei?schuh wrote: > Changes since v1: > > * Removed changes that conflicted with > [PATCH 1/6] staging: erofs: formatting fix in unzip_vle_lz4.c > * Added patch description > > Changes since v2: > > * Fixed conflicts with other patchsets > * Don't introduce new style issues > These changes belong below the --- line, not above it. I'm not sure if git will handle this line: > -- >8 -- Correctly or not, have you tried it? thanks, greg k-h