On 7/21/24 6:36 AM, Lasse Collin wrote: > The opaque structs xz_dec and xz_dec_microlzma are declared in xz.h > but their definitions are in xz_dec_lzma2.c without kernel-doc comments. > Use regular comments for these structs in xz.h to avoid errors when > building the docs. > > Add a few missing colons. > > Cc: linux-doc@xxxxxxxxxxxxxxx > Reviewed-by: Sam James <sam@xxxxxxxxxx> > Signed-off-by: Lasse Collin <lasse.collin@xxxxxxxxxxx> > --- > include/linux/xz.h | 19 ++++++++++--------- > 1 file changed, 10 insertions(+), 9 deletions(-) Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Thanks. -- ~Randy