diff options
author | 2020-09-27 21:12:20 +0200 | |
---|---|---|
committer | 2020-10-13 17:43:07 -0700 | |
commit | 3270ee14557b583e9aa852d1bb413fc71ce1f0e0 (patch) | |
tree | 095732a5b4e9e707275d620489d5ef3bc141128b /drivers/usb/cdns3/cdns3-debug.h | |
parent | clk: mvebu: ap80x-cpu: use semicolons rather than commas to separate statements (diff) | |
download | wireguard-linux-3270ee14557b583e9aa852d1bb413fc71ce1f0e0.tar.xz wireguard-linux-3270ee14557b583e9aa852d1bb413fc71ce1f0e0.zip |
clk: meson: use semicolons rather than commas to separate statements
Replace commas with semicolons. What is done is essentially described by
the following Coccinelle semantic patch (http://coccinelle.lip6.fr/):
// <smpl>
@@ expression e1,e2; @@
e1
-,
+;
e2
... when any
// </smpl>
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/1601233948-11629-11-git-send-email-Julia.Lawall@inria.fr
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions