Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=be52178b9f73969b583c6a781ca613f4e601221a
Commit:     be52178b9f73969b583c6a781ca613f4e601221a
Parent:     825e7d45cfa41bc96dd8ac4978b4d458a9ad5770
Author:     Randy Dunlap <[EMAIL PROTECTED]>
AuthorDate: Thu May 3 03:16:20 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Thu May 3 03:16:20 2007 -0700

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 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 253a2b9..e7367c7 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to