]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ftape: fix printk format warnings
authorRandy Dunlap <randy.dunlap@oracle.com>
Sun, 19 Nov 2006 06:19:41 +0000 (22:19 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Mon, 20 Nov 2006 17:42:05 +0000 (09:42 -0800)
commit50d0aca3fa659739bc89e1d620111c9e8e5a55be
treed29640608127fdbf18949ab2cfc87216c019bb95
parentf1b826e379c98532866d1c6644f36521ea18f44c
[PATCH] ftape: fix printk format warnings

Fix printk format warnings:
drivers/char/ftape/zftape/zftape-buffers.c:87: warning: format '%d' expects type
'int', but argument 3 has type 'size_t'
drivers/char/ftape/zftape/zftape-buffers.c:104: warning: format '%d' expects type
 'int', but argument 3 has type 'size_t'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/ftape/zftape/zftape-buffers.c