Re: [PATCH v3 2/5] configfs-tsm: Introduce a shared ABI for attestation reports

From: Dan Williams
Date: Wed Aug 30 2023 - 17:08:27 EST


Greg Kroah-Hartman wrote:
[..]
> > +int register_tsm(const struct tsm_ops *ops, void *priv,
> > + const struct config_item_type *type);
> > +int unregister_tsm(const struct tsm_ops *ops);
>
> Usually it's "noun_verb" for stuff that you export to the global
> namespace these days.
>
> So perhaps tsm_register() and tsm_unregister()?
>
> Either way, it's your call:
>
> Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

Sure, noun_verb works for me, will make that change. Thanks Greg.