]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
dm vdo: cleanup style for comments in structs
authorMike Snitzer <snitzer@kernel.org>
Wed, 14 Feb 2024 04:57:10 +0000 (23:57 -0500)
committerMike Snitzer <snitzer@kernel.org>
Tue, 20 Feb 2024 18:43:19 +0000 (13:43 -0500)
commit571eff3969a58cce63b02acda4462aa0ca12e116
tree2eece2bb526a7def2a52f5568dd8a8f7f0a899f3
parentd008f6eeab44798943a86f7a0b50f1b1a6192f38
dm vdo: cleanup style for comments in structs

Use /* ... */ rather than /** ... */ if for no other reason than
syntax highlighting is improved (at least for me, in emacs: comments
are now red, code is yellow. Previously comments were also yellow).

Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Signed-off-by: Susan LeGendre-McGhee <slegendr@redhat.com>
Signed-off-by: Matthew Sakai <msakai@redhat.com>
drivers/md/dm-vdo/block-map.h
drivers/md/dm-vdo/constants.h
drivers/md/dm-vdo/encodings.h
drivers/md/dm-vdo/flush.c
drivers/md/dm-vdo/recovery-journal.h
drivers/md/dm-vdo/statistics.h
drivers/md/dm-vdo/vdo.h
drivers/md/dm-vdo/vio.c