netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] selftests:mptcp: fix empty optstring
       [not found] ` <4bdd5672-eb24-2e49-e286-702510be0882@cn.fujitsu.com>
@ 2020-05-22 15:00   ` shuah
  0 siblings, 0 replies; only message in thread
From: shuah @ 2020-05-22 15:00 UTC (permalink / raw)
  To: Li Zhijian, David S. Miller
  Cc: Li Zhijian, linux-kselftest, linux-kernel, matthieu.baerts,
	netdev, shuah

On 5/10/20 10:47 PM, Li Zhijian wrote:
> ping
> 
> 
> On 4/2/20 2:52 PM, Li Zhijian wrote:
>> From: Li Zhijian <lizhijian@cn.fujitsu.com>
>>
>> Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
>> ---
>>   tools/testing/selftests/net/mptcp/pm_netlink.sh | 3 +--
>>   1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/tools/testing/selftests/net/mptcp/pm_netlink.sh 
>> b/tools/testing/selftests/net/mptcp/pm_netlink.sh
>> index 9172746b6cf0..8c7998c64d9e 100755
>> --- a/tools/testing/selftests/net/mptcp/pm_netlink.sh
>> +++ b/tools/testing/selftests/net/mptcp/pm_netlink.sh
>> @@ -8,8 +8,7 @@ usage() {
>>       echo "Usage: $0 [ -h ]"
>>   }
>> -
>> -while getopts "$optstring" option;do
>> +while getopts "h" option;do
>>       case "$option" in
>>       "h")
>>           usage $0
> 
> 
> 
> 

Li Zhijian,

You are missing netdev and net maintainer.
Adding netdev and Dave M.

net tests go through net tree and need review/Ack from Dave M.

Dave! Please review and let me know if you want me to take this through
kselftest tree.

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-22 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20200402065216.23301-1-zhijianx.li@intel.com>
     [not found] ` <4bdd5672-eb24-2e49-e286-702510be0882@cn.fujitsu.com>
2020-05-22 15:00   ` [PATCH] selftests:mptcp: fix empty optstring shuah

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).