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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ECDDAC43334 for ; Sun, 19 Jun 2022 03:22:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232420AbiFSDWC (ORCPT ); Sat, 18 Jun 2022 23:22:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54614 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232382AbiFSDWA (ORCPT ); Sat, 18 Jun 2022 23:22:00 -0400 Received: from m12-11.163.com (m12-11.163.com [220.181.12.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 1F160B1F5; Sat, 18 Jun 2022 20:21:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=Message-ID:Date:MIME-Version:Subject:From; bh=goKrB IipxbQydneqcbSq79IAVaJ8AkLf0bgF7uVsW/U=; b=g2eld5DZJqT1CLdqSZJeC NmotrBB6hBr0BzPeUselrIML92iPYOsbmy6OKxKsmdaibe0hxlKnUN3z5tG2ucOX uAUa+K4OYrc6rBpvzkAhzesftAd8214sqFLX+6KstnrpLe0OkqAD5VBjYLTstuLg UoEIrX5IYwk0pjsdXZdELY= Received: from [192.168.2.4] (unknown [106.120.30.143]) by smtp7 (Coremail) with SMTP id C8CowACnHYU3lq5iq3xqIw--.31619S2; Sun, 19 Jun 2022 11:21:28 +0800 (CST) Message-ID: Date: Sun, 19 Jun 2022 11:21:27 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH 1/2] ext4: page-io: use 'unsigned int' to bare use of 'unsigned' Content-Language: en-US To: Theodore Ts'o Cc: adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220518120137.2544-1-liupeibao@163.com> From: Liu Peibao In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CM-TRANSID: C8CowACnHYU3lq5iq3xqIw--.31619S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUc1v3UUUUU X-Originating-IP: [106.120.30.143] X-CM-SenderInfo: xolx1vpled0qqrwthudrp/xtbBaRglbFXlyP-tcwAAsh Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On 2022/6/16 22:49, Theodore Ts'o wrote: > On Wed, May 18, 2022 at 08:01:36PM +0800, Liu Peibao wrote: >> Fix warnings by checkpatch. >> >> Signed-off-by: Liu Peibao > > Please don't send checkpatch-only patches. > > Thanks, > > - Ted Hi Ted, Thanks for your reply. What I want do to is rename some temporary variables in the patch2 and when I make the patch, there are the checkpatch warnings. From the point of view "one patch do one thing", I split the modification into two patches. Thanks! Best Regards, Peibao