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 lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1AFDDC4332F for ; Thu, 25 Nov 2021 16:57:15 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.231707.401115 (Exim 4.92) (envelope-from ) id 1mqI3W-0006MU-G5; Thu, 25 Nov 2021 16:57:06 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 231707.401115; Thu, 25 Nov 2021 16:57:06 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1mqI3W-0006MN-BX; Thu, 25 Nov 2021 16:57:06 +0000 Received: by outflank-mailman (input) for mailman id 231707; Thu, 25 Nov 2021 16:57:05 +0000 Received: from mail.xenproject.org ([104.130.215.37]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1mqI3V-0006MH-2O for xen-devel@lists.xenproject.org; Thu, 25 Nov 2021 16:57:05 +0000 Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1mqI3T-0007hU-SG; Thu, 25 Nov 2021 16:57:03 +0000 Received: from 54-240-197-227.amazon.com ([54.240.197.227] helo=[192.168.27.59]) by xenbits.xenproject.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mqI3T-0001Dy-M9; Thu, 25 Nov 2021 16:57:03 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xen.org; s=20200302mail; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID; bh=EzrXBEJ9mvv0LOaiulKQw6sfsANy8HX3PqIrAU8Wh4M=; b=DMaXXEP3luyLrhLqB6RZhzFYju 8LavE4yR9ONS2iaHXEP9xsC+foyfxC1GDkQtP2bAmZY6DYuwpfO3VyA7WytbxTe9quBxQKkfGRSps 4qCM5a2Hs9d2NygppJKrboPoyadJXD7GVJtrvyxTWWvDZTnheDTkXU76uv8mrsqPRKNY=; Message-ID: <65530296-a6be-b3d9-7bde-cfd8028050c9@xen.org> Date: Thu, 25 Nov 2021 16:57:01 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.3.2 Subject: Re: [PATCH 3/7] decompressors: fix spelling mistakes To: Jan Beulich , "xen-devel@lists.xenproject.org" Cc: Andrew Cooper , George Dunlap , Ian Jackson , Stefano Stabellini , Wei Liu References: From: Julien Grall In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Jan, On 19/11/2021 10:21, Jan Beulich wrote: > From: Zhen Lei > > Fix some spelling mistakes in comments: > sentinal ==> sentinel > compresed ==> compressed > immediatelly ==> immediately > dervied ==> derived > splitted ==> split > nore ==> not > independed ==> independent > asumed ==> assumed > > Link: https://lkml.kernel.org/r/20210604085656.12257-1-thunder.leizhen@huawei.com > Signed-off-by: Zhen Lei > [Linux commit: 05911c5d964956442d17fe21db239de5a1dace4a] Same question as the two previous patch for the missing signed-off-by. The rest looks fine to me. Cheers, -- Julien Grall