Re: [PATCH][net-next] net: dsa: make function ksz_rcv static

From: David Miller
Date: Thu Jun 01 2017 - 12:13:06 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Thu, 1 Jun 2017 13:22:42 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> function ksz_rcv can be made static as it does not need to be
> in global scope. Reformat arguments to make it checkpatch warning
> free too.
>
> Cleans up sparse warning: "symbol 'ksz_rcv' was not declared. Should
> it be static?"
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied.