mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue