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 5A205C433F5 for ; Mon, 25 Apr 2022 14:26:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242354AbiDYO3T (ORCPT ); Mon, 25 Apr 2022 10:29:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238004AbiDYO3N (ORCPT ); Mon, 25 Apr 2022 10:29:13 -0400 Received: from mail-io1-xd35.google.com (mail-io1-xd35.google.com [IPv6:2607:f8b0:4864:20::d35]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FEAE18E16 for ; Mon, 25 Apr 2022 07:26:08 -0700 (PDT) Received: by mail-io1-xd35.google.com with SMTP id p62so16049227iod.0 for ; Mon, 25 Apr 2022 07:26:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=Y5wBcOfazqbglU7XX1dJt4fZzKnlLY04C3llpIX2pRs=; b=FkNXvsGXHZhlPP2iAD7uLQFqxU2NG+MkhcJD7H7ESYyMwmnBCFTYQ+NfMNZsK7Sypn GRnki9xT4QEzQtmYi9m7Mxx7dGOMztlxGcPJqL4HKgLpxk+v1ZCeb9qlxQ1BRsXD7A/0 0Wm404//Vh0R5hDYCFXpynyppgGIroBFEBMFw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Y5wBcOfazqbglU7XX1dJt4fZzKnlLY04C3llpIX2pRs=; b=UY2L8LkjNyu/Apx9E2GHnpE7JSCgqZiRzwWA7vHXxXtwTtrLwC8Re9P/DWiUH1wzzb Ygp8A/xeyleToaWXyI5izDwGCtMZf45zO1DVYWLwYAvKeVL0Pi6TMC0NRRFA6IcLXd0m BfBFZEJSBkuZ5LIaayrez6+bBsIeWwwVRQuNw8qYYDgTGP2BcXe4zN277wt1sja+K6jL 9ByUb/5w/apCVlpfOYy1y2NL1lcicDqcJ8UdgL2F62eNmF1EV0vkYqzeRmc1D3PDGbUk aSHeBi5OoSwpHxof9eVATmvOUsOIVLkPuzZi/+3P8FZ8kU8kac/8uTirwjoHKAcWd3wC 1UBA== X-Gm-Message-State: AOAM532qqStFhPwCf1ANJOP1C3HliA4YZNdcQ8/wXEyjCtKzsJ3mwJtL CbBku0ctMe0pfP18LPPeocmq3A== X-Google-Smtp-Source: ABdhPJz1GlbD4jJcDwHaCDL32bx5zqfKkG5eIjqaeobQ72MW4LyenSfQL69TR5/qzzopE6aHcr5jnA== X-Received: by 2002:a05:6638:204e:b0:323:e3b1:1c2c with SMTP id t14-20020a056638204e00b00323e3b11c2cmr7777096jaj.222.1650896767753; Mon, 25 Apr 2022 07:26:07 -0700 (PDT) Received: from [192.168.1.128] ([71.205.29.0]) by smtp.gmail.com with ESMTPSA id c15-20020a5d8b4f000000b00648f75d0289sm7516486iot.6.2022.04.25.07.26.06 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 25 Apr 2022 07:26:07 -0700 (PDT) Subject: Re: [PATCH] usb: gadget: mv_udc_core: clean up comments To: Tom Rix , balbi@kernel.org, gregkh@linuxfoundation.org, jakobkoschel@gmail.com, christophe.jaillet@wanadoo.fr, peter.chen@kernel.or, johan@kernel.org Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Shuah Khan References: <20220425131749.1185511-1-trix@redhat.com> From: Shuah Khan Message-ID: Date: Mon, 25 Apr 2022 08:26:06 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20220425131749.1185511-1-trix@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On 4/25/22 7:17 AM, Tom Rix wrote: > Spelling replacements > occure occur > reqest to request > acces to access > > Signed-off-by: Tom Rix > --- I get that this is a trivial spelling patch - however a proper commit log is still imortant. Please write a proper one and include some information on how your found these. thanks, -- Shuah