mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
![]() 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>
Fixes:
|
||
---|---|---|
.. | ||
base.c | ||
ga100.c | ||
gv100.c | ||
Kbuild | ||
priv.h | ||
r535.c | ||
tu102.c | ||
uvfn.c |