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=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 89C65C433E0 for ; Wed, 10 Mar 2021 15:50:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6084A64FB9 for ; Wed, 10 Mar 2021 15:50:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233215AbhCJPu0 (ORCPT ); Wed, 10 Mar 2021 10:50:26 -0500 Received: from mail.kernel.org ([198.145.29.99]:54400 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233170AbhCJPuK (ORCPT ); Wed, 10 Mar 2021 10:50:10 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2201364E86; Wed, 10 Mar 2021 15:50:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1615391410; bh=T8BK0uKn3twU1W4L8XWiUMlGUZc9NtGsxvTX83v5KgI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xYrharKGpSNDU9rcqcFlAlqrd4po/151ntHoW9GAi28hH3X0qdsw3xTL0WzbAWjAy 3UTsKFw1uMxSsBLioGjNaEB3lMwT8525kks8Y+EHoJHrho0JR1RVW/Ft14RMSINVrF XXOQsTLWao8rqqb8jNdTS+r8EXH8OEhy5q2rddqY= Date: Wed, 10 Mar 2021 16:50:08 +0100 From: Greg Kroah-Hartman To: shuo.a.liu@intel.com Cc: linux-kernel@vger.kernel.org, lkp@intel.com Subject: Re: [PATCH] virt: acrn: Fix document of acrn_msi_inject() Message-ID: References: <20210310153751.17516-1-shuo.a.liu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210310153751.17516-1-shuo.a.liu@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 10, 2021 at 11:37:51PM +0800, shuo.a.liu@intel.com wrote: > From: Shuo Liu > > This fixes below sparse warning. > > ../drivers/virt/acrn/vm.c:105: warning: expecting prototype for > acrn_inject_msi(). Prototype was for acrn_msi_inject() instead That is not a warning from sparse :(