Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254653
b: refs/heads/master
c: 316b379
h: refs/heads/master
i:
  254651: d98c9d9
v: v3
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Jul 6, 2011
1 parent 6c2fa7f commit 88e0c85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0dcb6d737c8d1a31476cbab4d640022b53070ffa
refs/heads/master: 316b3799880c55bb20f6d2db904245eccc30e25f
4 changes: 2 additions & 2 deletions trunk/Documentation/CodingStyle
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,8 @@ ones already enabled by DEBUG.
Chapter 14: Allocating memory

The kernel provides the following general purpose memory allocators:
kmalloc(), kzalloc(), kcalloc(), and vmalloc(). Please refer to the API
documentation for further information about them.
kmalloc(), kzalloc(), kcalloc(), vmalloc(), and vzalloc(). Please refer to
the API documentation for further information about them.

The preferred form for passing a size of a struct is the following:

Expand Down

0 comments on commit 88e0c85

Please sign in to comment.