diff options
author | Chen Ni <nichen@iscas.ac.cn> | 2024-09-04 16:17:28 +0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-09-06 18:06:27 -0700 |
commit | 62c9f50eabe080cb07ed5e6c55d1fd38ad04201b (patch) | |
tree | e134b120f8b49c60fb5ddb9c8450d5333851422e /net/unix/af_unix.c | |
parent | aac0484423b7429808ca40a5017d603c14c1da1e (diff) |
ionic: 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: Shannon Nelson <shannon.nelson@amd.com>
Link: https://patch.msgid.link/20240904081728.1353260-1-nichen@iscas.ac.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions