netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] core: Variable type completion
@ 2022-08-17  1:35 Xin Gao
  2022-08-19 23:47 ` Jakub Kicinski
  0 siblings, 1 reply; 4+ messages in thread
From: Xin Gao @ 2022-08-17  1:35 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni
  Cc: sdf, tj, daniel, ast, netdev, linux-kernel, Xin Gao

'unsigned int' is better than 'unsigned'.

Signed-off-by: Xin Gao <gaoxin@cdjrlc.com>
---
 net/core/netclassid_cgroup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-20  0:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-17  1:35 [PATCH] core: Variable type completion Xin Gao
2022-08-19 23:47 ` Jakub Kicinski
2022-08-20  0:07   ` Tejun Heo
2022-08-20  0:34     ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).