Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DCCP]: Just reflow the source code to fit in 80 columns | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -5/+6 |
| | | | | | | | Andrew Morton should be happy now 8) Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | [CCID3]: Separate most of the packet history code | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -0/+198 |
This also changes the list_for_each_entry_safe_continue behaviour to match its kerneldoc comment, that is, to start after the pos passed. Also adds several helper functions from previously open coded fragments, making the code more clear. Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> |