diff options
| author | Joe Perches <[email protected]> | 2020-03-12 12:17:14 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-03-19 07:41:03 +0100 |
| commit | 87292bca01f7ff815ada3c209a8f785ad3c79d29 (patch) | |
| tree | 8b6ba24214936d35955baa699a02c947c6599acf /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 3c2faf61fb7152dc1526402bf96ff705f15c0b6b (diff) | |
virt: vbox: Use fallthrough;
Convert the various uses of fallthrough comments to fallthrough;
Done via script
Link: https://lore.kernel.org/lkml/b56602fcf79f849e733e7b521bb0e17895d390fa.1582230379.git.joe@perches.com/
And by hand:
drivers/virt/vboxguest/vboxguest_core.c has a fallthrough comment outside
of an #ifdef block that causes gcc to emit a warning if converted in-place.
So move the new fallthrough; inside the containing #ifdef/#endif too.
Signed-off-by: Joe Perches <[email protected]>
Acked-by: Hans de Goede <[email protected]>
Link: https://lore.kernel.org/r/68773b4cd82288b78ca6fcde8c43e249a025378a.1584040050.git.joe@perches.com
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions