diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-05-03 03:16:20 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-05-03 03:16:20 -0700 |
commit | be52178b9f73969b583c6a781ca613f4e601221a (patch) | |
tree | a215f23a952bae9a25bc57a8e5595a8d07888a4a /include/linux/skbuff.h | |
parent | 825e7d45cfa41bc96dd8ac4978b4d458a9ad5770 (diff) | |
download | linux-be52178b9f73969b583c6a781ca613f4e601221a.tar.gz linux-be52178b9f73969b583c6a781ca613f4e601221a.tar.bz2 linux-be52178b9f73969b583c6a781ca613f4e601221a.zip |
[NET] skbuff: fix kernel-doc
Fix skbuff.h kernel-doc:
linux-2.6.21-git4//include/linux/skbuff.h:316): No description found for parameter 'transport_header'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r-- | include/linux/skbuff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 253a2b9be9d6..e7367c74e1bb 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -197,7 +197,7 @@ typedef unsigned char *sk_buff_data_t; * @tstamp: Time we arrived * @dev: Device we arrived on/are leaving by * @iif: ifindex of device we arrived on - * @h: Transport layer header + * @transport_header: Transport layer header * @network_header: Network layer header * @mac_header: Link layer header * @dst: destination entry |