Clean-up: unify comment style
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 24 Oct 2024 21:01:44 +0000 (17:01 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 25 Oct 2024 14:25:49 +0000 (10:25 -0400)
commit62d6b5d04a4c154809781fb39a659f95aa815dfd
tree2958776f7512c8fd3320a4c36fad1a04313941c0
parentb180de7857beb0717b2fa9b1d5399ac004d921b5
Clean-up: unify comment style

Some comment blocks use /** in lieu of /* on the first line. Since the
latter style is prevalent in the code base, replace all instances to
attain One True Style.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ica1aee472bdbeaaa40ee32f67274e3c43f7f9850
16 files changed:
src/bin/lttng-sessiond/modprobe.cpp
src/bin/lttng-sessiond/notification-thread-events.hpp
src/bin/lttng-sessiond/notification-thread.hpp
src/bin/lttng-sessiond/session.hpp
src/common/align.hpp
src/common/buffer-view.hpp
src/common/bug.hpp
src/common/exception.hpp
src/common/payload-view.hpp
src/common/payload.hpp
src/common/utils.cpp
tests/utils/bt2_plugins/field_stats/field_stats.cpp
tests/utils/bt2_plugins/field_stats/field_stats.hpp
tests/utils/tap/clock.cpp
tests/utils/testapp/gen-syscall-events-callstack/gen-syscall-events-callstack.c
tests/utils/xml-utils/extract_xml.cpp
This page took 0.027263 seconds and 4 git commands to generate.