/* Lists of aarp entries */
 /**
  *     struct aarp_entry - AARP entry
- *     @last_sent - Last time we xmitted the aarp request
- *     @packet_queue - Queue of frames wait for resolution
- *     @status - Used for proxy AARP
- *     expires_at - Entry expiry time
- *     target_addr - DDP Address
- *     dev - Device to use
- *     hwaddr - Physical i/f address of target/router
- *     xmit_count - When this hits 10 we give up
- *     next - Next entry in chain
+ *     @last_sent: Last time we xmitted the aarp request
+ *     @packet_queue: Queue of frames wait for resolution
+ *     @status: Used for proxy AARP
+ *     @expires_at: Entry expiry time
+ *     @target_addr: DDP Address
+ *     @dev:  Device to use
+ *     @hwaddr:  Physical i/f address of target/router
+ *     @xmit_count:  When this hits 10 we give up
+ *     @next: Next entry in chain
  */
 struct aarp_entry {
        /* These first two are only used for unresolved entries */
 
 
 /**
  *     atalk_rcv - Receive a packet (in skb) from device dev
- *     @skb - packet received
- *     @dev - network device where the packet comes from
- *     @pt - packet type
+ *     @skb: packet received
+ *     @dev: network device where the packet comes from
+ *     @pt: packet type
+ *     @orig_dev: the original receive net device
  *
  *     Receive a packet (in skb) from device dev. This has come from the SNAP
  *     decoder, and on entry skb->transport_header is the DDP header, skb->len