[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240806120037.76a279fe@kernel.org>
Date: Tue, 6 Aug 2024 12:00:37 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Randy Li <ayaka@...lik.info>
Cc: netdev@...r.kernel.org, willemdebruijn.kernel@...il.com,
jasowang@...hat.com, davem@...emloft.net, edumazet@...gle.com,
pabeni@...hat.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next v2] net: tuntap: add ioctl() TUNGETQUEUEINDEX
to fetch queue index
On Thu, 1 Aug 2024 21:49:21 +0800 Randy Li wrote:
> + if(put_user(tfile->queue_index, (unsigned int __user*)argp))
Checkpatch has some legitimate complains about this line:
ERROR: "(foo*)" should be "(foo *)"
#58: FILE: drivers/net/tun.c:3160:
+ if(put_user(tfile->queue_index, (unsigned int __user*)argp))
ERROR: space required before the open parenthesis '('
#58: FILE: drivers/net/tun.c:3160:
+ if(put_user(tfile->queue_index, (unsigned int __user*)argp))
Assuming Willem is okay with the feature, please add appropriate tests
in tools/testing/selftests/net/tap.c
--
pw-bot: cr
Powered by blists - more mailing lists