提交 c8c94b11 编写于 作者: Z Zach Brown 提交者: Linus Torvalds

[PATCH] pr_debug: trident: use size_t length modifier in pr_debug format arguments

trident: use size_t length modifier in pr_debug format arguments
Signed-off-by: NZach Brown <zach.brown@oracle.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 8057de64
......@@ -1862,7 +1862,7 @@ trident_read(struct file *file, char __user *buffer, size_t count, loff_t * ppos
unsigned swptr;
int cnt;
pr_debug("trident: trident_read called, count = %d\n", count);
pr_debug("trident: trident_read called, count = %zd\n", count);
VALIDATE_STATE(state);
......@@ -1978,7 +1978,7 @@ trident_write(struct file *file, const char __user *buffer, size_t count, loff_t
unsigned int copy_count;
int lret; /* for lock_set_fmt */
pr_debug("trident: trident_write called, count = %d\n", count);
pr_debug("trident: trident_write called, count = %zd\n", count);
VALIDATE_STATE(state);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册