]> git.dujemihanovic.xyz Git - linux.git/commit
selftests: net: convert comma to semicolon
authorChen Ni <nichen@iscas.ac.cn>
Wed, 4 Sep 2024 01:44:41 +0000 (09:44 +0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 4 Sep 2024 23:55:49 +0000 (16:55 -0700)
commit6ffa72acc9c933a065782cb49afde1130ca722f7
tree8473428b043f11b04cd59b296aa46fbcce65d40b
parent1083d733eb2624837753046924a9248555a1bfbf
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>
tools/testing/selftests/net/psock_fanout.c