Do not use a non-literal format string
authorBen Kaduk <kaduk@mit.edu>
Wed, 31 Jul 2013 00:17:01 +0000 (20:17 -0400)
committerDerrick Brashear <shadow@your-file-system.com>
Fri, 2 Aug 2013 15:55:27 +0000 (08:55 -0700)
commit0013ca2e15b7219400b1615931492436ea987062
treed57ba373ebb2ede51b86db2a326bbc98e4499bab
parent6b0016dd992b3215cb17c93812e14de9e4916d25
Do not use a non-literal format string

Now that UKERNEL's panic() is a proper varargs function (gerrit 9877),
we can use a literal format string "%s" to print the panic message.
clang warngs about a non-literal format string, and in some build
environments the warning becomes fatal via -Werror.

Change-Id: I7d8c9390e3edad7efa6ae1217f938b635423d23a
Reviewed-on: http://gerrit.openafs.org/10114
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/rx/rx_kcommon.c