* [PATCH] correctly name the Shell sort
@ 2005-02-13 2:53 Daniel Dickman
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Dickman @ 2005-02-13 2:53 UTC (permalink / raw)
To: linux-kernel
As per http://www.nist.gov/dads/HTML/shellsort.html, this should be referred to
as a Shell sort. Shell-Metzner is a misnomer.
Signed-off-by: Daniel Dickman <didickman@yahoo.com>
--- linux-2.6.11-rc3-bk9/kernel/sys.c 2005-02-12 22:17:26.801294776 -0500
+++ linux/kernel/sys.c 2005-02-12 17:53:15.000000000 -0500
@@ -1192,7 +1192,7 @@
return 0;
}
-/* a simple shell-metzner sort */
+/* a simple Shell sort */
static void groups_sort(struct group_info *group_info)
{
int base, max, stride;
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] correctly name the Shell sort
@ 2005-03-21 8:29 Daniel Dickman
2005-03-21 16:28 ` Paul Jackson
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Dickman @ 2005-03-21 8:29 UTC (permalink / raw)
To: linux-kernel
This patch was previously sent on 2005-02-13:
http://marc.theaimsgroup.com/?l=linux-kernel&m=110826336917607&w=2
It still applies against 2.6.12-rc1-bk1.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] correctly name the Shell sort
2005-03-21 8:29 [PATCH] correctly name the Shell sort Daniel Dickman
@ 2005-03-21 16:28 ` Paul Jackson
0 siblings, 0 replies; 3+ messages in thread
From: Paul Jackson @ 2005-03-21 16:28 UTC (permalink / raw)
To: Daniel Dickman; +Cc: linux-kernel
Kernel patches, unless they are very big, should be submitted
inline, as part of the email text, not via a link.
Simple patches that are not urgent can be submitted to the
Trivial Patch Monkey - trivial@rustcorp.com.au.
See Documentation/SubmittingPatches for more details on the
above.
--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@engr.sgi.com> 1.650.933.1373, 1.925.600.0401
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-03-21 16:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-21 8:29 [PATCH] correctly name the Shell sort Daniel Dickman
2005-03-21 16:28 ` Paul Jackson
-- strict thread matches above, loose matches on Subject: below --
2005-02-13 2:53 Daniel Dickman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox