]> git.dujemihanovic.xyz Git - linux.git/commit
net: atlantic: convert comma to semicolon
authorChen Ni <nichen@iscas.ac.cn>
Wed, 4 Sep 2024 08:08:45 +0000 (16:08 +0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 7 Sep 2024 01:05:53 +0000 (18:05 -0700)
commitaac0484423b7429808ca40a5017d603c14c1da1e
treeb9f07aa0ec1c0484fa711e48f307f0e2f08ddca5
parent52fc70a32573707f70d6b1b5c5fe85cc91457393
net: atlantic: 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/20240904080845.1353144-1-nichen@iscas.ac.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/aquantia/atlantic/aq_ring.c