diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2020-09-27 21:12:15 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2020-10-01 16:23:50 +0300 |
commit | 703314b2db3bb328b5c79822938d21ec38e3c21c (patch) | |
tree | 285786fbbc6213fcc753d3a334af86deffca73f6 /fs/xfs/xfs_filestream.h | |
parent | 1d2a85382282e7c77cbde5650335c3ffc6073fa1 (diff) | |
download | linux-703314b2db3bb328b5c79822938d21ec38e3c21c.tar.gz |
bcma: 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>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1601233948-11629-6-git-send-email-Julia.Lawall@inria.fr
Diffstat (limited to 'fs/xfs/xfs_filestream.h')
0 files changed, 0 insertions, 0 deletions