From: Junio C Hamano Date: Tue, 17 Apr 2012 18:07:01 +0000 (-0700) Subject: mergesort: rename it to llist_mergesort() X-Git-Tag: v1.7.11-rc0~125^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7365c95d2d67cbbb74c2040918d2ecde06231d93?hp=7365c95d2d67cbbb74c2040918d2ecde06231d93 mergesort: rename it to llist_mergesort() Even though the function is generic enough, sort() inherits connotations from the standard function qsort() that sorts an array. Rename it to llist_mergesort() and describe the external interface in its header file. This incidentally avoids name clashes with mergesort() some platforms declare in, and contaminate user namespace with, their . Reported-by: Brian Gernhardt Signed-off-by: Junio C Hamano ---