linux/drivers/staging/pohmelfs
Alexander Beregalov 02d84ca5ed Staging: pohmelfs: fix printk format warnings v2
drivers/staging/pohmelfs/inode.c:917: warning: format '%u' expects type 'unsigned int', but argument 4 has type 'size_t'
drivers/staging/pohmelfs/inode.c:1036: warning: format '%u' expects type 'unsigned int', but argument 7 has type 'size_t'
drivers/staging/pohmelfs/trans.c:164: warning: format '%u' expects type 'unsigned int', but argument 5 has type '__kernel_size_t'
drivers/staging/pohmelfs/trans.c:170: warning: format '%u' expects type 'unsigned int', but argument 7 has type '__kernel_size_t'
drivers/staging/pohmelfs/trans.c:517: warning: format '%u' expects type 'unsigned int', but argument 6 has type '__kernel_size_t'
drivers/staging/pohmelfs/trans.c:600: warning: format '%u' expects type 'unsigned int', but argument 6 has type '__kernel_size_t'
drivers/staging/pohmelfs/trans.c:610: warning: format '%u' expects type 'unsigned int', but argument 7 has type '__kernel_size_t'

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: Frank Seidel <frank@f-seidel.de>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-04-03 14:53:36 -07:00
..
config.c
crypto.c Staging: pohmelfs: crypto processing. 2009-04-03 14:53:33 -07:00
dir.c Staging: pohmelfs: directory operations. 2009-04-03 14:53:34 -07:00
inode.c Staging: pohmelfs: fix printk format warnings v2 2009-04-03 14:53:36 -07:00
Kconfig Staging: pohmelfs: select crypto modules from the config. 2009-04-03 14:53:36 -07:00
lock.c Staging: pohmelfs: distributed locking and cache coherency protocol. 2009-04-03 14:53:34 -07:00
Makefile Staging: pohmelfs: kconfig/makefile and vfs changes. 2009-04-03 14:53:36 -07:00
mcache.c Staging: pohmelfs: distributed locking and cache coherency protocol. 2009-04-03 14:53:34 -07:00
net.c Staging: pohmelfs: net.c: include vmalloc.h 2009-04-03 14:53:36 -07:00
netfs.h Staging: pohmelfs: network operations. 2009-04-03 14:53:35 -07:00
path_entry.c Staging: pohmelfs: directory operations. 2009-04-03 14:53:34 -07:00
trans.c Staging: pohmelfs: fix printk format warnings v2 2009-04-03 14:53:36 -07:00