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=-9.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 27F7CC433E6 for ; Thu, 11 Mar 2021 10:13:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9B02C64FB1 for ; Thu, 11 Mar 2021 10:13:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232160AbhCKKNQ (ORCPT ); Thu, 11 Mar 2021 05:13:16 -0500 Received: from mail-wm1-f44.google.com ([209.85.128.44]:45647 "EHLO mail-wm1-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231639AbhCKKMz (ORCPT ); Thu, 11 Mar 2021 05:12:55 -0500 Received: by mail-wm1-f44.google.com with SMTP id r10-20020a05600c35cab029010c946c95easo12424565wmq.4; Thu, 11 Mar 2021 02:12:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=AMLh8DlsD+hO1KOry0JB/y7CCm2xTd9QrD5ji28orno=; b=VthDU1SJRKp4fz7/UEX87wifa9OWk6rWDesBwzm3Z5K700keXTHPKZ6kkySRLOV1V5 zzyT5GmKGCCnwdU3ZG8EOxAEJfy/SBt6JDO1lOW66z1v73dn+DRIFHKOIbtEk5YLXG72 BniNJ/vkg7tQQjtZe8xh+bC65EHjewy91BsIRba8/Az+aJAPfOhQSrku+0mKFdHhh2Rd 5LxuPK6ysytd6KjqrGw80G0zdrnOB2MYe9DAiXhe+qJDv9MhNyNaobo8vWMC1BHe2+mD 0sEmNTd6VlF5RoW1wmr/bfK2QiHkL0yPrwu3xINu9UMMBd9bUoyFZAHQvWskbKi2HIcJ 7pdQ== X-Gm-Message-State: AOAM5337KXqBKjSAL0U9LJeaSqc6+1jn4IBZF6gLSMRjYvaBHSoK0rhi tMIYiR4Su3AiFE8APyM4RLK0359j86M= X-Google-Smtp-Source: ABdhPJzIEobDfX3TaAcuDTwWj4Xsju1XMkQxmf3HYluxmOVVS7VSIJjvG2jErQo9/3QYiswJHQqUWA== X-Received: by 2002:a05:600c:4f03:: with SMTP id l3mr7452641wmq.149.1615457573713; Thu, 11 Mar 2021 02:12:53 -0800 (PST) Received: from liuwe-devbox-debian-v2 ([51.145.34.42]) by smtp.gmail.com with ESMTPSA id 3sm3460392wry.72.2021.03.11.02.12.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Mar 2021 02:12:53 -0800 (PST) Date: Thu, 11 Mar 2021 10:12:52 +0000 From: Wei Liu To: Michael Kelley Cc: sthemmin@microsoft.com, kys@microsoft.com, wei.liu@kernel.org, arnd@arndb.de, linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: [PATCH 1/1] asm-generic/hyperv: Add missing function prototypes per -W1 warnings Message-ID: <20210311101252.ksagsrb2w4eykand@liuwe-devbox-debian-v2> References: <1615402069-39462-1-git-send-email-mikelley@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1615402069-39462-1-git-send-email-mikelley@microsoft.com> Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org On Wed, Mar 10, 2021 at 10:47:49AM -0800, Michael Kelley wrote: > Add two function prototypes for -W1 warnings generated by the > kernel test robot. > > Reported-by: kernel test robot > Signed-off-by: Michael Kelley Applied to hyperv-next