commit | cf130cb102487723bdfc53e4abde1227a7563797 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sat May 05 11:42:03 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat May 05 11:42:03 2007 -0700 |
tree | 8a62c0bf9d31c6b33184cd71a278aa2a5b2598d8 | |
parent | af7cd373b01ccb8191dc16c77fff4cf2b11def50 [diff] |
[NETLINK]: Remove references to process ID People treating the *_pid fields in netlink as a process ID has caused endless confusion over the years. The fact that our own netlink.h does this only adds to the confusion. So here is a patch to change the comments to refer to it as the port ID which hopefully will make it clear what the purpose of the fields really is. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>