On Wed, Aug 7, 2019 at 12:31 PM Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx> wrote: > > On Tue, Aug 06, 2019 at 10:37:53PM -0700, Andrii Nakryiko wrote: > > Add lots of frequently used helpers that simplify working with BTF > > types. > > > > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> > .. > > +/* get bitfield size of a member, assuming t is BTF_KIND_STRUCT or > > + * BTF_KIND_UNION. If member is not a bitfield, zero is returned. */ > > Invalid comment style. > oops, fixing