container_of: flip the param and the value around
commitabd3702452a925073c120dbb68e7712801444e6e
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 25 Jul 2018 08:52:11 +0000 (25 11:52 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 25 Jul 2018 08:52:11 +0000 (25 11:52 +0300)
tree651ecb069a1840e84d7862a4ee7de2e08984841b
parent6da5d276b17b02a01297e05b803858454e060704
container_of: flip the param and the value around

Before how this worked was we said that -1 is related to param but I really
want to say that param is related to -1.  The reason is that you could have
two parameters which are related to the function pointer.  It doesn't
really matter either way, really.  But this way is slightly less code as
well.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_container_of.c