[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220422144423.GI2462@kadam>
Date: Fri, 22 Apr 2022 17:44:23 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Tom Rix <trix@...hat.com>
Cc: nsaenz@...nel.org, bcm-kernel-feedback-list@...adcom.com,
gregkh@...uxfoundation.org, stefan.wahren@...e.com,
gascoar@...il.com, ojaswin98@...il.com,
linux-rpi-kernel@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: vchiq_arm: change vchiq_platform_init from
global to static
On Mon, Apr 18, 2022 at 12:43:56PM -0400, Tom Rix wrote:
> Smatch reports this issue
> vchiq_arm.c:466:5: warning: symbol 'vchiq_platform_init'
> was not declared. Should it be static?
This is a Sparse warning, not Smatch.
Use this command for Smatch
~/smatch/smatch_scripts/kchecker drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c
And this command for Sparse
~/smatch/smatch_scripts/kchecker --sparse drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c
regards,
dan carpenter
Powered by blists - more mailing lists