linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/slab: add kernel-doc for one function
@ 2006-01-22  4:37 Randy.Dunlap
  2006-01-22 20:45 ` Martin Waitz
  0 siblings, 1 reply; 4+ messages in thread
From: Randy.Dunlap @ 2006-01-22  4:37 UTC (permalink / raw)
  To: tali, akpm; +Cc: lkml

From: Randy Dunlap <rdunlap@xenotime.net>

Fix kernel-doc for calculate_slab_order().

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
---
 mm/slab.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

--- linux-2616-rc1-secur.orig/mm/slab.c
+++ linux-2616-rc1-secur/mm/slab.c
@@ -1490,8 +1490,13 @@ static inline void set_up_list3s(kmem_ca
 }
 
 /**
- * calculate_slab_order - calculate size (page order) of slabs and the number
- *                        of objects per slab.
+ * calculate_slab_order - calculate size (page order) of slabs
+ * @cachep: pointer to the cache that is being created
+ * @size: size of objects to be created in this cache.
+ * @align: required alignment for the objects.
+ * @flags: slab allocation flags
+ *
+ * Also calculates the number of objects per slab.
  *
  * This could be made much more intelligent.  For now, try to avoid using
  * high order pages for slabs.  When the gfp() functions are more friendly


---

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mm/slab: add kernel-doc for one function
  2006-01-22  4:37 [PATCH] mm/slab: add kernel-doc for one function Randy.Dunlap
@ 2006-01-22 20:45 ` Martin Waitz
  2006-01-22 21:19   ` Sam Ravnborg
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Waitz @ 2006-01-22 20:45 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: akpm, lkml

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

hoi :)

thanks, I applied all three patches to
http://tali.admingilde.org/git/linux-docbook.git,
and I guess Andrew will take care of merging them with Linus.

-- 
Martin Waitz

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mm/slab: add kernel-doc for one function
  2006-01-22 20:45 ` Martin Waitz
@ 2006-01-22 21:19   ` Sam Ravnborg
  2006-01-22 21:51     ` Martin Waitz
  0 siblings, 1 reply; 4+ messages in thread
From: Sam Ravnborg @ 2006-01-22 21:19 UTC (permalink / raw)
  To: Randy.Dunlap, akpm, lkml

On Sun, Jan 22, 2006 at 09:45:07PM +0100, Martin Waitz wrote:
> hoi :)
> 
> thanks, I applied all three patches to
> http://tali.admingilde.org/git/linux-docbook.git,
> and I guess Andrew will take care of merging them with Linus.

That is the responsibility of the subsystem maintainer - as you have
become now.
At least in the normal case Andrew suck in the git trees and leave it to
the git tree owners to push to Linus.

It's a bit different compared to when you just sent patches to Andrew.

	Sam

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mm/slab: add kernel-doc for one function
  2006-01-22 21:19   ` Sam Ravnborg
@ 2006-01-22 21:51     ` Martin Waitz
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Waitz @ 2006-01-22 21:51 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: Randy.Dunlap, akpm, lkml

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]

hoi :)

On Sun, Jan 22, 2006 at 10:19:26PM +0100, Sam Ravnborg wrote:
> That is the responsibility of the subsystem maintainer - as you have
> become now.
> At least in the normal case Andrew suck in the git trees and leave it to
> the git tree owners to push to Linus.

well, I tried both pushing to Linus and to Andrew, and the route via
Andrew worked better up to now ;-)

But I'd be happy to get my GIT tree accepted by Linus.
I'll just try again from time to time.

-- 
Martin Waitz

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-01-22 21:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-22  4:37 [PATCH] mm/slab: add kernel-doc for one function Randy.Dunlap
2006-01-22 20:45 ` Martin Waitz
2006-01-22 21:19   ` Sam Ravnborg
2006-01-22 21:51     ` Martin Waitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).