Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
appletalk: fix warning: format not a string literal and no ...
Impact: Use 'static const char[]' instead of 'static char[]', and since the data is const now it can be placed in __initconst. Fix this warning: net/appletalk/ddp.c: In function 'atalk_init': net/appletalk/ddp.c:1894: warning: format not a string literal and no format arguments Signed-off-by: Hannes Eder <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information