Re: [PATCH 4/6] [DCCP]: Shorten variable names in dccp_check_seqno

2007-09-25 Thread David Miller
From: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> Date: Sat, 22 Sep 2007 18:10:08 -0300 > This patch is in part required by the next patch; it > > * replaces 6 instances of `DCCP_SKB_CB(skb)->dccpd_seq' with `seqno'; > * replaces 7 instances of `DCCP_SKB_CB(skb)->dccpd_ack_seq' with `ackno'; >

[PATCH 4/6] [DCCP]: Shorten variable names in dccp_check_seqno

2007-09-22 Thread Arnaldo Carvalho de Melo
This patch is in part required by the next patch; it * replaces 6 instances of `DCCP_SKB_CB(skb)->dccpd_seq' with `seqno'; * replaces 7 instances of `DCCP_SKB_CB(skb)->dccpd_ack_seq' with `ackno'; * replaces 1 use of dccp_inc_seqno() by unfolding `ADD48' macro in place. No changes in algorithm