Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/net/tokenring: fix warning: format not a string literal and n…
…o ... Impact: Use 'static const char[]' instead of 'static char[]'. Fix this warnings: drivers/net/tokenring/smctr.c:3644: warning: format not a string literal and no format arguments Signed-off-by: Hannes Eder <hannes@hanneseder.net> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information