commit | 95d8c365b2df2adb904963333a93b15414403ed1 | [log] [tgz] |
---|---|---|
author | Robert P. J. Day <rpjday@crashcourse.ca> | Tue Apr 29 00:59:29 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 29 08:06:04 2008 -0700 |
tree | 0ee819420354ecc2ef7091f432319f55b497cf4e | |
parent | 86735118459b46422e20d3b73ee732b1f1f780b1 [diff] |
lists: add "const" qualifier to first arg of list_splice() operations Since neither the list_splice() nor __list_splice() routines modify their first argument, might as well declare them "const". [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>