]> git.baikalelectronics.ru Git - kernel.git/commit
pci-label.c: size_t misspelled as mode_t
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 25 Jul 2011 03:31:06 +0000 (23:31 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Jul 2011 17:01:09 +0000 (13:01 -0400)
commit30a814ae5ce83994af0a239815b97becb22091c7
tree7237c6c7677ff112afa986dcf4379409aa25efc2
parent8a4e4ac706f459037562e3011e2d15eeb4df4d20
pci-label.c: size_t misspelled as mode_t

no, really, strlen() and snprintf() do not return mode_t values...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/pci/pci-label.c