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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 5405FC7EE29 for ; Fri, 2 Jun 2023 17:03:06 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A0B2610E209; Fri, 2 Jun 2023 17:03:05 +0000 (UTC) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 90B7710E209 for ; Fri, 2 Jun 2023 17:03:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1685725383; x=1717261383; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=JESbA4rHrGMWy9OHgzsRKK5dn+cEpD3fTpO+7ZhIJR0=; b=GAWDvxeof6qjw3zD0EYddgynQBkGDO9H5ea2RBamvgoMPr2UKClKRG84 aOVIaFLBnNXadDI5d2IF1nCSVZzSicOmZDZ6pMilpYl78KQZUuc7PhNzv gjtuzELULQC4dSB2rxMi4fv4EMo+i4mkFOpl9inQtonygGb+LSrjshKLe Ge6/6H/NvIi107p2sjvUZ3o8Z56lBzYHoBDoQdfxb/c16HzB/aD1gTcWI y0iUQ5grBtsOMK6h3M97kAPHzaVWtUdCk2iYf45zXMuBx/C7n3pMWizay zouR56AAefGmAfhbHc5FlH3QSNyz0YfV/wNsx5UFngFzTNLOneJlJgy4p Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10729"; a="358348171" X-IronPort-AV: E=Sophos;i="6.00,213,1681196400"; d="scan'208";a="358348171" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2023 10:03:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10729"; a="740881921" X-IronPort-AV: E=Sophos;i="6.00,213,1681196400"; d="scan'208";a="740881921" Received: from jwerner6-mobl.ger.corp.intel.com (HELO localhost) ([10.252.55.111]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2023 10:03:01 -0700 From: Jani Nikula To: Zhi Wang In-Reply-To: <168555222135.17615.4107362582795659089@emeril.freedesktop.org> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20230531020411.18987-1-zhi.a.wang@intel.com> <168555222135.17615.4107362582795659089@emeril.freedesktop.org> Date: Fri, 02 Jun 2023 20:02:58 +0300 Message-ID: <87h6rpdcfx.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Intel-gfx] =?utf-8?b?4pyXIEZpLkNJLkNIRUNLUEFUQ0g6IHdhcm5pbmcg?= =?utf-8?q?for_drm/i915/gvt=3A_remove_unused_variable_gma=5Fbottom_in_comm?= =?utf-8?q?and_parser_=28rev2=29?= X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, 31 May 2023, Patchwork wrote: > == Series Details == > > Series: drm/i915/gvt: remove unused variable gma_bottom in command parser (rev2) > URL : https://patchwork.freedesktop.org/series/118512/ > State : warning > > == Summary == > > Error: dim checkpatch failed > c6878ab01be9 drm/i915/gvt: remove unused variable gma_bottom in command parser > -:63: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Zhi Wang ' != 'Signed-off-by: Zhi Wang ' I can fix this while applying, but please indicate whether you intended to have From: Zhi Wang or Signed-off-by: Zhi Wang . BR, Jani. > > total: 0 errors, 1 warnings, 0 checks, 30 lines checked > > -- Jani Nikula, Intel Open Source Graphics Center