Re: [PATCH 4/8] livepatch: Add an extra flag to distinguish registered patches

From: Josh Poimboeuf
Date: Fri Apr 06 2018 - 18:06:34 EST


On Fri, Mar 23, 2018 at 01:00:24PM +0100, Petr Mladek wrote:
> @@ -528,6 +537,7 @@ static ssize_t enabled_store(struct kobject *kobj, struct kobj_attribute *attr,
> goto err;
> }
>
> +
> if (patch->enabled == enabled) {
> /* already in requested state */
> ret = -EINVAL;

Extra newline.

--
Josh