diff options
author | 2024-09-04 09:44:41 +0800 | |
---|---|---|
committer | 2024-09-04 16:55:49 -0700 | |
commit | 6ffa72acc9c933a065782cb49afde1130ca722f7 (patch) | |
tree | 8473428b043f11b04cd59b296aa46fbcce65d40b /drivers/net/netkit.c | |
parent | ipv4: Fix user space build failure due to header change (diff) | |
download | wireguard-linux-6ffa72acc9c933a065782cb49afde1130ca722f7.tar.xz wireguard-linux-6ffa72acc9c933a065782cb49afde1130ca722f7.zip |
selftests: net: convert comma to semicolon
Replace comma between expressions with semicolons.
Using a ',' in place of a ';' can have unintended side effects.
Although that is not the case here, it is seems best to use ';'
unless ',' is intended.
Found by inspection.
No functional change intended.
Compile tested only.
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240904014441.1065753-1-nichen@iscas.ac.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/netkit.c')
0 files changed, 0 insertions, 0 deletions