net: doc: fix compile warning of no format arguments in ifenslave.c
authorShan Wei <shanwei@cn.fujitsu.com>
Thu, 7 Jul 2011 07:27:49 +0000 (00:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Jul 2011 07:27:49 +0000 (00:27 -0700)
commitd804c6f2122ae4ffac21757c7774007e38093390
treec10ced23928bed13ccc1a5a55064109dd1fcdcde
parentfa917ff739eace9e1e1c214bd067a7a0f7bc264b
net: doc: fix compile warning of no format arguments in ifenslave.c

Fix following warning in ifenslave.c with gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4).

Documentation/networking/ifenslave.c:263:4: warning: format not a string literal and no format arguments
Documentation/networking/ifenslave.c:271:3: warning: format not a string literal and no format arguments
Documentation/networking/ifenslave.c:277:3: warning: format not a string literal and no format arguments
Documentation/networking/ifenslave.c:285:3: warning: format not a string literal and no format arguments
Documentation/networking/ifenslave.c:291:3: warning: format not a string literal and no format arguments
Documentation/networking/ifenslave.c:292:3: warning: format not a string literal and no format arguments
Documentation/networking/ifenslave.c:312:4: warning: format not a string literal and no format arguments
Documentation/networking/ifenslave.c:323:3: warning: format not a string literal and no format arguments
Documentation/networking/ifenslave.c:342:4: warning: format not a string literal and no format arguments

Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ifenslave.c