> -----Original Message-----
> From: Colin King [mailto:[email protected]]
> Sent: Friday, September 1, 2017 6:08 AM
> To: Greg Kroah-Hartman <[email protected]>; Sell, Timothy C
> <[email protected]>; Binder, David Anthony
> <[email protected]>; Wadgaonkar, Sameer Laxmikant
> <[email protected]>; Charles Daniels
> <[email protected]>; Andy Shevchenko
> <[email protected]>; *S-Par-Maintainer
> <[email protected]>; [email protected]
> Cc: [email protected]; [email protected]
> Subject: [PATCH][staging-next] staging: unisys: visorbus: make two functions
> static
>
> From: Colin Ian King <[email protected]>
>
> The functions sig_queue_offset and sig_data_offset are local to
> the source and do not need to be in global scope, so make them
> static.
>
> Cleans up sparse warnings:
> symbol 'sig_queue_offset' was not declared. Should it be static?
> symbol 'sig_data_offset' was not declared. Should it be static?
>
> Signed-off-by: Colin Ian King <[email protected]>

Acked-by: David Kershner <[email protected]>

> ---
>  drivers/staging/unisys/visorbus/visorchannel.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to