diff options
author | Hannes Eder <hannes@hanneseder.net> | 2009-02-25 10:31:59 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-27 07:13:33 (GMT) |
commit | 2db096086e8ff6c2a42881966e441157c686603b (patch) | |
tree | ae3fdb50296ec9e4530742e42082fdbb87492ef9 /kernel/notifier.c | |
parent | e3db6cb42123f6dbde36122a4c81a06282370e1e (diff) | |
download | linux-2db096086e8ff6c2a42881966e441157c686603b.tar.xz |
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 <hannes@hanneseder.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/notifier.c')
0 files changed, 0 insertions, 0 deletions