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=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 601A1C433B4 for ; Thu, 20 May 2021 12:43:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 436FC6135A for ; Thu, 20 May 2021 12:43:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241591AbhETMoo (ORCPT ); Thu, 20 May 2021 08:44:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58206 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241623AbhETMnO (ORCPT ); Thu, 20 May 2021 08:43:14 -0400 Received: from mail-wr1-x42e.google.com (mail-wr1-x42e.google.com [IPv6:2a00:1450:4864:20::42e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 90B25C05648D for ; Thu, 20 May 2021 05:03:02 -0700 (PDT) Received: by mail-wr1-x42e.google.com with SMTP id r12so17402618wrp.1 for ; Thu, 20 May 2021 05:03:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=GHanPGk1uQOVUKO22D7xcyQQ9/A6KPvFy4YVhuM9AVY=; b=iFfSsAYG2vZJGqO4833luoS6Wmg6j9sAa9WWKN01RUL6INuZ6N0hv/fdVckHCONa6U 5r4Y+RdUh5Nix3ij/hx3o7v8SOUDNMvYKsxYJdQ2QqH3Y7ZYLhiyUdbJj1Ruo1dHrp+9 oS9rGv7YEvWeXai75sMeeaQMsRS6CmmcYjvWnBFAQcasupyx94TpIp/7VUZ3OoKKhu08 0leE5pQx4HrbA6U1pZtM16KWWKe6tJIyo15196qnrVzSpH0Lp2TFKDBnTvxSWB+ACSC+ W9LTkMQu2Xg3P+oDb4HHLp0lRI4poht30R7A+1+T9CqoZJs/cQ3Hv4qPHJeSMST4e7vH jCVw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=GHanPGk1uQOVUKO22D7xcyQQ9/A6KPvFy4YVhuM9AVY=; b=uEBkgjMpknNwya6MsRmH03LMAjAdIrGY6qhUJQwRaXJ7IEljLcCAnSsmHREzqBGpUR RxmO2QRPt15A5cAtv5J0lFTZBuFqBhkbSZ9+6hXZqHDrZrWAd3AP3ZWgmZQH0oMJs4YW ODGv9FkMBk4cvEv5MufYpw9EwFNW4Aa1sJrwDoA+IlWmWvH691SRQ0ETknZbZkUlvm0i o8Ywo+yJk7fzEI7lbpSY2SBh7OAeEJfDjlUpap8W1wLUNAz4yKZBktMbjrKi6SP3FL34 ry7oNzmb+cpg/k6sLwF8EAczpx7djlJggt6j7OZ9dgTQ19NPEvV9YZtgN8+FR8JSiLlx VQVw== X-Gm-Message-State: AOAM530HA9k6G6n6IkkHmErOy9HWfRjYQ+ankm0KXV3kXF5pfaN2AfAc 88SavKAx6kZ8EVWC/NK2Ec6+3Q== X-Google-Smtp-Source: ABdhPJxda1MrjZvoUJVBz6GDOHlK4UYlGNKUlKIKXSUkmLUKlH3DlLWPNY/UMvP2hYZ6zWITjCWk+w== X-Received: by 2002:a5d:4536:: with SMTP id j22mr3886009wra.329.1621512181098; Thu, 20 May 2021 05:03:01 -0700 (PDT) Received: from dell.default ([91.110.221.215]) by smtp.gmail.com with ESMTPSA id j10sm2886332wrt.32.2021.05.20.05.03.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 May 2021 05:03:00 -0700 (PDT) From: Lee Jones To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, Benjamin Gaignard , David Airlie , Daniel Vetter , Philipp Zabel , Fabien Dessenne , dri-devel@lists.freedesktop.org Subject: [PATCH 09/38] drm/sti/sti_hqvdp: Fix incorrectly named function 'sti_hqvdp_vtg_cb()' Date: Thu, 20 May 2021 13:02:19 +0100 Message-Id: <20210520120248.3464013-10-lee.jones@linaro.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210520120248.3464013-1-lee.jones@linaro.org> References: <20210520120248.3464013-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/sti/sti_hqvdp.c:796: warning: expecting prototype for sti_vdp_vtg_cb(). Prototype was for sti_hqvdp_vtg_cb() instead Cc: Benjamin Gaignard Cc: David Airlie Cc: Daniel Vetter Cc: Philipp Zabel Cc: Fabien Dessenne Cc: dri-devel@lists.freedesktop.org Signed-off-by: Lee Jones --- drivers/gpu/drm/sti/sti_hqvdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/sti/sti_hqvdp.c b/drivers/gpu/drm/sti/sti_hqvdp.c index edbb99f53de19..d09b08995b12a 100644 --- a/drivers/gpu/drm/sti/sti_hqvdp.c +++ b/drivers/gpu/drm/sti/sti_hqvdp.c @@ -782,7 +782,7 @@ static void sti_hqvdp_disable(struct sti_hqvdp *hqvdp) } /** - * sti_vdp_vtg_cb + * sti_hqvdp_vtg_cb * @nb: notifier block * @evt: event message * @data: private data -- 2.31.1 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=-16.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 CF40BC433ED for ; Thu, 20 May 2021 12:03:17 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 993B861059 for ; Thu, 20 May 2021 12:03:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 993B861059 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 27D4A6F41A; Thu, 20 May 2021 12:03:09 +0000 (UTC) Received: from mail-wr1-x42e.google.com (mail-wr1-x42e.google.com [IPv6:2a00:1450:4864:20::42e]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7E5266F411 for ; Thu, 20 May 2021 12:03:02 +0000 (UTC) Received: by mail-wr1-x42e.google.com with SMTP id a4so17423228wrr.2 for ; Thu, 20 May 2021 05:03:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=GHanPGk1uQOVUKO22D7xcyQQ9/A6KPvFy4YVhuM9AVY=; b=iFfSsAYG2vZJGqO4833luoS6Wmg6j9sAa9WWKN01RUL6INuZ6N0hv/fdVckHCONa6U 5r4Y+RdUh5Nix3ij/hx3o7v8SOUDNMvYKsxYJdQ2QqH3Y7ZYLhiyUdbJj1Ruo1dHrp+9 oS9rGv7YEvWeXai75sMeeaQMsRS6CmmcYjvWnBFAQcasupyx94TpIp/7VUZ3OoKKhu08 0leE5pQx4HrbA6U1pZtM16KWWKe6tJIyo15196qnrVzSpH0Lp2TFKDBnTvxSWB+ACSC+ W9LTkMQu2Xg3P+oDb4HHLp0lRI4poht30R7A+1+T9CqoZJs/cQ3Hv4qPHJeSMST4e7vH jCVw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=GHanPGk1uQOVUKO22D7xcyQQ9/A6KPvFy4YVhuM9AVY=; b=uIyBSyQCg5zFpYf+TLfh+bmmt781di5QUNhn4k16TwWKJ7v0++p9dyeu5N6dvfn9Z0 /Xnl6m2XAK2l5x47Jev19yHpUXJu7UL9aXRbMeyrhKMIUHT/UkuDFxatMjo9ZUQx3eEx qjf8kdUjiZs4ajaIx3Mc+uzyNbLlU7GtNFjBTIU4VXuwKNq95eGNmVOe89zoxiDquOUd Dj9wCym9+UyPLdbx1q3rCWIKl5tNaOaeObzZBgsa4eTRmpykKUiVKBm6uqxSzlKrBfRZ oatlWKzlJjQta1UCuOD/JM4IvKzujHqpyBcKSzgO5gIppR41/x37DD1tYIhkSTMqfAPO yohg== X-Gm-Message-State: AOAM531bcUB/JX7WmnlTXGa7xEEI4CDqPvoya2GNFSF3AMncS6zd7qTN Msv0JGaWbqJHZ06EGhIdeGhoSg== X-Google-Smtp-Source: ABdhPJxda1MrjZvoUJVBz6GDOHlK4UYlGNKUlKIKXSUkmLUKlH3DlLWPNY/UMvP2hYZ6zWITjCWk+w== X-Received: by 2002:a5d:4536:: with SMTP id j22mr3886009wra.329.1621512181098; Thu, 20 May 2021 05:03:01 -0700 (PDT) Received: from dell.default ([91.110.221.215]) by smtp.gmail.com with ESMTPSA id j10sm2886332wrt.32.2021.05.20.05.03.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 May 2021 05:03:00 -0700 (PDT) From: Lee Jones To: lee.jones@linaro.org Subject: [PATCH 09/38] drm/sti/sti_hqvdp: Fix incorrectly named function 'sti_hqvdp_vtg_cb()' Date: Thu, 20 May 2021 13:02:19 +0100 Message-Id: <20210520120248.3464013-10-lee.jones@linaro.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210520120248.3464013-1-lee.jones@linaro.org> References: <20210520120248.3464013-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Benjamin Gaignard , David Airlie , linux-kernel@vger.kernel.org, Fabien Dessenne , dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/sti/sti_hqvdp.c:796: warning: expecting prototype for sti_vdp_vtg_cb(). Prototype was for sti_hqvdp_vtg_cb() instead Cc: Benjamin Gaignard Cc: David Airlie Cc: Daniel Vetter Cc: Philipp Zabel Cc: Fabien Dessenne Cc: dri-devel@lists.freedesktop.org Signed-off-by: Lee Jones --- drivers/gpu/drm/sti/sti_hqvdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/sti/sti_hqvdp.c b/drivers/gpu/drm/sti/sti_hqvdp.c index edbb99f53de19..d09b08995b12a 100644 --- a/drivers/gpu/drm/sti/sti_hqvdp.c +++ b/drivers/gpu/drm/sti/sti_hqvdp.c @@ -782,7 +782,7 @@ static void sti_hqvdp_disable(struct sti_hqvdp *hqvdp) } /** - * sti_vdp_vtg_cb + * sti_hqvdp_vtg_cb * @nb: notifier block * @evt: event message * @data: private data -- 2.31.1