mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
core: Variable type completion
'unsigned int' is better than 'unsigned'. Signed-off-by: Xin Gao <gaoxin@cdjrlc.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
21cb860c7f
commit
3177d7bbe0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user