| commit | 4b6cc7284ddc9a54910f111085ebf0143ef3f5bd | [log] [tgz] |
|---|---|---|
| author | Johannes Berg <johannes.berg@intel.com> | Thu Nov 03 00:10:05 2011 +0000 |
| committer | David S. Miller <davem@davemloft.net> | Fri Nov 04 17:48:23 2011 -0400 |
| tree | d2c94d708bed468a0a2843f4d0611435b134306b | |
| parent | c30bc94758ae2a38a5eb31767c1985c0aae0950b [diff] |
netlink: clarify attribute length check documentation
The documentation for how the length of attributes
is checked is wrong ("Exact length" isn't true, the
policy checks are for "minimum length") and a bit
misleading. Make it more complete and explain what
really happens.
Cc: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>