On Wed, Aug 23, 2017 at 10:47:52AM +0100, Colin King wrote:
> From: Colin Ian King
>
> The boolean no_msi is local to the source and does not need to be in
> global scope, so make it static.
>
> Cleans up sparse warning:
> symbol 'no_msi' was not declared. Should it be static?
>
> Signed-off-by
Hi Bjorn,
On Wednesday 23 August 2017 03:17 PM, Colin King wrote:
> From: Colin Ian King
>
> The boolean no_msi is local to the source and does not need to be in
> global scope, so make it static.
>
> Cleans up sparse warning:
> symbol 'no_msi' was not declared. Should it be static?
>
> Signed
On Wed, Aug 23, 2017 at 10:47:52AM +0100, Colin King wrote:
> From: Colin Ian King
>
> The boolean no_msi is local to the source and does not need to be in
> global scope, so make it static.
>
> Cleans up sparse warning:
> symbol 'no_msi' was not declared. Should it be static?
>
> Signed-off-by
From: Colin Ian King
The boolean no_msi is local to the source and does not need to be in
global scope, so make it static.
Cleans up sparse warning:
symbol 'no_msi' was not declared. Should it be static?
Signed-off-by: Colin Ian King
---
drivers/misc/pci_endpoint_test.c | 2 +-
1 file changed
4 matches
Mail list logo