From: Xin Gao Date: Wed, 17 Aug 2022 01:35:29 +0000 (+0800) Subject: core: Variable type completion X-Git-Tag: microblaze-v6.2~183^2~302^2~17 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=3177d7bbe0f256d6f6841c54fb65eaea2f3e26c1;p=linux-2.6-microblaze.git core: Variable type completion 'unsigned int' is better than 'unsigned'. Signed-off-by: Xin Gao Signed-off-by: David S. Miller --- diff --git a/net/core/netclassid_cgroup.c b/net/core/netclassid_cgroup.c index 1a6a86693b74..d6a70aeaa503 100644 --- a/net/core/netclassid_cgroup.c +++ b/net/core/netclassid_cgroup.c @@ -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);