> diff --git a/include/linux/livepatch.h b/include/linux/livepatch.h > index 9c8b637f17cd..bc5766f45442 100644 > --- a/include/linux/livepatch.h > +++ b/include/linux/livepatch.h > @@ -133,10 +133,12 @@ struct klp_object { > /** > * struct klp_state - state of the system modified by the livepatch > * @id: system state identifier (non zero) > + * @version: version of the change (non-zero) This is inconsistent. Maybe "nonzero" in both cases (or "non-zero")? Miroslav