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 55FC1C433F5 for ; Tue, 14 Dec 2021 19:23:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237391AbhLNTXg (ORCPT ); Tue, 14 Dec 2021 14:23:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237284AbhLNTXf (ORCPT ); Tue, 14 Dec 2021 14:23:35 -0500 Received: from mail-oo1-xc2a.google.com (mail-oo1-xc2a.google.com [IPv6:2607:f8b0:4864:20::c2a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 037ACC061574 for ; Tue, 14 Dec 2021 11:23:35 -0800 (PST) Received: by mail-oo1-xc2a.google.com with SMTP id d1-20020a4a3c01000000b002c2612c8e1eso5203183ooa.6 for ; Tue, 14 Dec 2021 11:23:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=Ly7ashr0Abfix6SoCDJYNsr0pgjAfUrtoNa4BxcGFmI=; b=DaubiwHwzJwXsWIRixjWAKO7YA+Njfarz7GWWLXaUfA2fcW40KoSMkWIh3y/Zkdxyh BdXsnDNnEGn2GhdebKFdq7tXv/4MW3ZEK7emL9lvnOVwIPB8udu9qVCEX085iBt40FAe eGrE6OmNnQjO/CHduWdRD9ucpoUFbkz+H6f+3IQox3dSQU4SYvd89vx/JvAJQFhrPmMl D0h14/RP1SoYbCNAbMbEV5rI3Bnsc2shomrnanhui91YPDbEzrbz/2BQ6GPWWxUVpV6P BsvQNY8RMOOQmXMxpnIi7V06SBq6apMW3fz80Tu4fpGNFJDDYjYP4qF0xN5mKRb3Vr+3 sSQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=Ly7ashr0Abfix6SoCDJYNsr0pgjAfUrtoNa4BxcGFmI=; b=Oci9MiBTID/gzPiDoVENRDRrfgpsrzb3GQlN4UkcDnzvDD1YgK3Pp+zJZ5CJfCcGd6 e2JyA1Ht2pCBNVqkMlCCHSooTMG0erOJs2lycLn7QJyO2dM9kpiq9gfKAPN9ZRF2gp+H MIc9REyEkc9MEBbyIB+S0cU+xvo1n81vLFEto8Qp7AAHV4xKyPZpct8wkN1q9RrT2PMT 5C8ct7a/ytDsIrExORpXfdP9JFOrm7U6ReDydZ+dxvX2a34C1BiDfCjC8+z+mmyV6RXb F9ugySorxrXMoVGAIVJHRWB3wtdmTP2IhxIokYs1TMIt/0LcFnxtJgp7OMh4NuaZnts5 POqw== X-Gm-Message-State: AOAM531F6YOWUo0yTYHF7dYOQsiZiLC/A7V6MTlTLc1l7yEtwWn7BAXO kuaLgCfiVmzlnvBMyinl5Z52oU8O1VlpW3T2KJA/oD4A X-Google-Smtp-Source: ABdhPJz/pMYwME4RUdHlSZKIwCyCbYPbaG8SyeKTNS+1TSa4EuIzL7K2wrWvAQGoXRVaGW3cZxi1o4susTjozQai9T8= X-Received: by 2002:a4a:8701:: with SMTP id z1mr4746722ooh.68.1639509814392; Tue, 14 Dec 2021 11:23:34 -0800 (PST) MIME-Version: 1.0 References: <20211214135217.24444-1-wangxiang@cdjrlc.com> In-Reply-To: From: Alex Deucher Date: Tue, 14 Dec 2021 14:23:23 -0500 Message-ID: Subject: Re: [PATCH] drm/radeon: Fix syntax errors in comments To: =?UTF-8?Q?Christian_K=C3=B6nig?= Cc: Xiang wangx , Dave Airlie , xinhui pan , LKML , amd-gfx list , Maling list - DRI developers , "Deucher, Alexander" , Christian Koenig Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Applied. Thanks! Alex On Tue, Dec 14, 2021 at 9:54 AM Christian K=C3=B6nig wrote: > > Am 14.12.21 um 14:52 schrieb Xiang wangx: > > Delete the redundant word 'we'. > > > > Signed-off-by: Xiang wangx > > Well not a syntax error in the sense of a coding error, but valid fix > anyway :) > > Reviewed-by: Christian K=C3=B6nig > > > --- > > drivers/gpu/drm/radeon/radeon_vce.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/gpu/drm/radeon/radeon_vce.c b/drivers/gpu/drm/rade= on/radeon_vce.c > > index 511a942e851d..ca4a36464340 100644 > > --- a/drivers/gpu/drm/radeon/radeon_vce.c > > +++ b/drivers/gpu/drm/radeon/radeon_vce.c > > @@ -513,7 +513,7 @@ int radeon_vce_cs_reloc(struct radeon_cs_parser *p,= int lo, int hi, > > * @allocated: allocated a new handle? > > * > > * Validates the handle and return the found session index or -EINVAL > > - * we we don't have another free session index. > > + * we don't have another free session index. > > */ > > static int radeon_vce_validate_handle(struct radeon_cs_parser *p, > > uint32_t handle, bool *allocated) >