projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e6d444
)
krealloc: fix kerneldoc comments
author
Pekka J Enberg
<
[email protected]
>
Wed, 9 May 2007 09:32:46 +0000
(
02:32
-0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 9 May 2007 19:30:46 +0000
(12:30 -0700)
No "blank" (or "*") line is allowed between the function name and lines for
it parameter(s).
Cc: Randy Dunlap <
[email protected]
>
Signed-off-by: Pekka Enberg <
[email protected]
>
Cc: Christoph Lameter <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
mm/slab.c
patch
|
blob
|
history
mm/slub.c
patch
|
blob
|
history
diff --git
a/mm/slab.c
b/mm/slab.c
index acda7e2d66e4e9f4f6b7513a7c00cf91bf0873c4..01262d26e192f64575a62b32406905f0b8d234ac 100644
(file)
--- a/
mm/slab.c
+++ b/
mm/slab.c
@@
-3742,7
+3742,6
@@
EXPORT_SYMBOL(__kmalloc);
/**
* krealloc - reallocate memory. The contents will remain unchanged.
- *
* @p: object to reallocate memory for.
* @new_size: how many bytes of memory are required.
* @flags: the type of memory to allocate.
diff --git
a/mm/slub.c
b/mm/slub.c
index c81f52a7215345c3e3f08ca3fccfbfb02afbaeb1..f7c120b93c41fa14022cb64dc28a36fb2d61f109 100644
(file)
--- a/
mm/slub.c
+++ b/
mm/slub.c
@@
-2286,7
+2286,6
@@
EXPORT_SYMBOL(kmem_cache_shrink);
/**
* krealloc - reallocate memory. The contents will remain unchanged.
- *
* @p: object to reallocate memory for.
* @new_size: how many bytes of memory are required.
* @flags: the type of memory to allocate.