提交 3177d7bb 编写于 作者: X Xin Gao 提交者: David S. Miller

core: Variable type completion

'unsigned int' is better than 'unsigned'.
Signed-off-by: NXin Gao <gaoxin@cdjrlc.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 21cb860c
......@@ -66,7 +66,7 @@ struct update_classid_context {
#define UPDATE_CLASSID_BATCH 1000
static int update_classid_sock(const void *v, struct file *file, unsigned n)
static int update_classid_sock(const void *v, struct file *file, unsigned int n)
{
struct update_classid_context *ctx = (void *)v;
struct socket *sock = sock_from_file(file);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册