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 X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87639C433B4 for ; Tue, 27 Apr 2021 11:26:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 537D960FDA for ; Tue, 27 Apr 2021 11:26:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235542AbhD0L1U (ORCPT ); Tue, 27 Apr 2021 07:27:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42290 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235099AbhD0L1S (ORCPT ); Tue, 27 Apr 2021 07:27:18 -0400 Received: from smtp.domeneshop.no (smtp.domeneshop.no [IPv6:2a01:5b40:0:3005::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6338DC061574 for ; Tue, 27 Apr 2021 04:26:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tronnes.org ; s=ds202012; h=Content-Transfer-Encoding:Content-Type:In-Reply-To: MIME-Version:Date:Message-ID:From:References:To:Subject:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=n99MYH9KB6XVOl2PjPq9XHT/BHcPgJy77LgUdJogers=; b=OuIoYHwKpGvvZNGwZBIBWAae2m 8arFge8KNdRexJp2XzR426x7RiiJ1uOd6uQJ8ztxIOyYFruPTvAViAwlrp7GZ7U5ykGD5WkAfUwOS eYSW7eejXiBUbQiU53bJIDxAZHySc/8FjbD8x9C5g/X3DbYLKZgVW2nzMIPwxgm6CzlNXZ2F8s/S8 JdbBPgf2TZ4C/6KIUFW1WxR8pMsMQxATZDRmeep7xDmyqU3Yz4y948FoKQzkYfFZErgjA2E7gVR+Y bkthcFKZPpTVWnqq9nebukju8Ffh6pRgcp7J5jhXM4K9wOZDiqXDF7EG1x0g175MDhF7gL90En9Px VE4GFDpA==; Received: from [2a01:799:95f:4600:cca0:57ac:c55d:a485] (port=61453) by smtp.domeneshop.no with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1lbLrL-0005O3-I4; Tue, 27 Apr 2021 13:26:31 +0200 Subject: Re: [PATCH] drm/gud: cleanup coding style a bit To: Bernard Zhao , David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org References: <20210402085523.76928-1-bernard@vivo.com> From: =?UTF-8?Q?Noralf_Tr=c3=b8nnes?= Message-ID: <4313dfba-7f3c-169e-5619-ca9c0a0a1f4d@tronnes.org> Date: Tue, 27 Apr 2021 13:26:28 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: <20210402085523.76928-1-bernard@vivo.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Den 02.04.2021 10.55, skrev Bernard Zhao: > Fix coccicheck warning: > drivers/gpu/drm/gud/gud_internal.h:89:2-3: Unneeded semicolon > drivers/gpu/drm/gud/gud_internal.h:107:2-3: Unneeded semicolon > > Signed-off-by: Bernard Zhao > --- Applied to drm-misc-next. Thanks, Noralf.