Commit 389e72c
nvme: Convert comma to semicolon
To ensure code clarity and prevent potential errors, it's advisable
to employ the ';' as a statement separator, except when ',' are
intentionally used for specific purposes.
Signed-off-by: Shen Lichuan <[email protected]>
Reviewed-by: Sagi Grimberg <[email protected]>
Signed-off-by: Keith Busch <[email protected]>1 parent 68f31e8 commit 389e72c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4605 | 4605 | | |
4606 | 4606 | | |
4607 | 4607 | | |
4608 | | - | |
| 4608 | + | |
4609 | 4609 | | |
4610 | 4610 | | |
4611 | 4611 | | |
| |||
0 commit comments