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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 A0EFFC4363A for ; Fri, 30 Oct 2020 12:49:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2D2F02075E for ; Fri, 30 Oct 2020 12:49:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604062151; bh=vkZMqLmB71QJitrMnWduqHHKEwQk/NQKdnUGaEOJwkE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=O4v18+nA+9VERfLbICHsfNUtUSRQTBH19U3p9s2VHBI+0y6xJekt4edOBdosttJPU 3kWBVgX8ZiJc0xDq9csKlvoKSNrUb7v50idwMAINhTPVKuE3Zsdh3tPp/tb3TZlQx1 jCb68uv+4OvuBf7k1/0zJUv+3SYEQJCompGbA67k= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726557AbgJ3MtK (ORCPT ); Fri, 30 Oct 2020 08:49:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:58250 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726226AbgJ3MtJ (ORCPT ); Fri, 30 Oct 2020 08:49:09 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5A47320725; Fri, 30 Oct 2020 12:49:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604062148; bh=vkZMqLmB71QJitrMnWduqHHKEwQk/NQKdnUGaEOJwkE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NDP9YZV4xvyY9KnbEO7z2JLjm3qbDYESMbM4KlaKCmwtXINjk1Giodnx7M3k835oN /ORc6gQ/NwEQY+8+bjWzHe2yxuqCe3svJW9s+mVv6+CQiqQF+HkaRZAFdfRrXdUJaX nBt/yG77qPVH6OPPlb7VTxxjk/HJ6KyHocq5X9nI= Date: Fri, 30 Oct 2020 13:49:05 +0100 From: Greg Kroah-Hartman To: Andy Shevchenko Cc: Zou Wei , Al Cooper , Florian Fainelli , bcm-kernel-feedback-list , USB , linux-arm Mailing List , Linux Kernel Mailing List Subject: Re: [PATCH -next] usb: Make sync_all_pins static Message-ID: <20201030124905.GA308715@kroah.com> References: <1604050097-91302-1-git-send-email-zou_wei@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 30, 2020 at 01:18:33PM +0200, Andy Shevchenko wrote: > On Fri, Oct 30, 2020 at 11:18 AM Zou Wei wrote: > > The title can be more precise. > > > Fix the following sparse warning: > > > > drivers/usb/misc/brcmstb-usb-pinmap.c:219:6: warning: symbol 'sync_all_pins' was not declared. Should it be static? > > Do we really need to know the path? That's the warning message from the tool, why complain about it? thanks, greg k-h