Re: [PATCH 3/3] Documentation: ABI: sysfs-driver-regulator-output

From: Greg Kroah-Hartman
Date: Wed Sep 20 2023 - 05:29:23 EST


On Wed, Sep 20, 2023 at 02:02:49AM -0700, Zev Weiss wrote:
> static int regulator_userspace_notify(struct notifier_block *nb,
> unsigned long event,
> void *ignored)
> {
> struct userspace_consumer_data *data =
> container_of(nb, struct userspace_consumer_data, nb);
> - static const char * const *envp[] = { "NAME=events", NULL };

You removed this user/kernel api value, what will break if you do that?

thanks,

greg k-h