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 75DB4C433F5 for ; Tue, 19 Apr 2022 08:31:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343562AbiDSIeH (ORCPT ); Tue, 19 Apr 2022 04:34:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35134 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236306AbiDSIeG (ORCPT ); Tue, 19 Apr 2022 04:34:06 -0400 Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5D151D6B; Tue, 19 Apr 2022 01:31:24 -0700 (PDT) Received: from canpemm500009.china.huawei.com (unknown [172.30.72.55]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4KjH362C2RzCqx1; Tue, 19 Apr 2022 16:26:58 +0800 (CST) Received: from [10.108.234.194] (10.108.234.194) by canpemm500009.china.huawei.com (7.192.105.203) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Tue, 19 Apr 2022 16:31:22 +0800 Message-ID: <5cfcdf43-d33d-c3e2-93c1-feee152cbbec@huawei.com> Date: Tue, 19 Apr 2022 16:31:21 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.3.2 Subject: Re: [PATCH] ext4, doc: Fix incorrect h_reserved size Content-Language: en-US To: Jonathan Corbet , , CC: , References: <34889f32-7dd9-125e-2f7a-734faa395d20@huawei.com> <87ee1x2yn3.fsf@meer.lwn.net> From: "wangjianjian (C)" In-Reply-To: <87ee1x2yn3.fsf@meer.lwn.net> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.108.234.194] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To canpemm500009.china.huawei.com (7.192.105.203) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org >>So this patch looks whitespace-damaged, please be sure that you can send >> applyable patches to the list. Thanks for the notice. >> Beyond that, though, while you're in the neighborhood, please fix the >> unnecessary underscore escaping (i.e. s/\_/_/). Sure. Let me fix it. Thanks,