diff options
author | Joe Perches <[email protected]> | 2021-06-12 08:42:27 -0700 |
---|---|---|
committer | Steven Rostedt (VMware) <[email protected]> | 2021-06-30 09:19:14 -0400 |
commit | 78c14b385c195d4f25ab7c19186b8897a5b9ae3f (patch) | |
tree | 894c30ac03fae35bc3541721f871eeb0e236b15c /tools/perf/scripts/python/export-to-sqlite.py | |
parent | bfbf8d157a8e85beca929f1959f567e03eb72c34 (diff) |
treewide: Add missing semicolons to __assign_str uses
The __assign_str macro has an unusual ending semicolon but the vast
majority of uses of the macro already have semicolon termination.
$ git grep -P '\b__assign_str\b' | wc -l
551
$ git grep -P '\b__assign_str\b.*;' | wc -l
480
Add semicolons to the __assign_str() uses without semicolon termination
and all the other uses without semicolon termination via additional defines
that are equivalent to __assign_str() with the eventual goal of removing
the semicolon from the __assign_str() macro definition.
Link: https://lore.kernel.org/lkml/[email protected]/
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions