commit | 7b954ed7529b6bae8712345dd9d22afa57b96dca | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Jun 01 13:22:42 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 01 12:12:40 2017 -0400 |
tree | f9a0a1bea884ca5e9b9e896c56abe4a4df65a07d | |
parent | 97fcc193f67e584dc6564767c6e186fe1ecd71d2 [diff] |
net: dsa: make function ksz_rcv static 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@canonical.com> Reviewed-by: Woojung Huh <Woojung.Huh@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>