On Mon, May 15, 2017 at 01:08:17PM +0200, Gabriel Laskar wrote:
> commit 3925936 introduced changes to container_of, this is hopefully the
> last part of it.
>
> In the linux kernel, container_of() takes a type name, and not a
> variable. Without this, in some cases it is needed to declare an unus
commit 3925936 introduced changes to container_of, this is hopefully the
last part of it.
In the linux kernel, container_of() takes a type name, and not a
variable. Without this, in some cases it is needed to declare an unused
variable in order to call container_of().
example:
return con