diff options
| author | Julia Lawall <[email protected]> | 2020-09-27 19:12:24 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-10-02 13:48:52 +0000 |
| commit | ee4906770ee931394179bcd42cabb196bc952276 (patch) | |
| tree | a7f272c520e40621af31d8411a5d06f8cbd4630a /security/selinux/hooks.c | |
| parent | platform/x86: intel_pmc_core: do not create a static struct device (diff) | |
| download | kernel-ee4906770ee931394179bcd42cabb196bc952276.tar.gz kernel-ee4906770ee931394179bcd42cabb196bc952276.zip | |
regmap: debugfs: 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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions
