8000 Update slab_custom.c; better comment · thepetk/Linux-Kernel-Programming@4dd1798 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4dd1798

Browse files
authored
Update slab_custom.c; better comment
1 parent bdda958 commit 4dd1798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch9/slab_custom/slab_custom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ MODULE_VERSION("0.1");
4040

4141
/* Our 'demo' structure; one that (we imagine) is often allocated and freed;
4242
* hence, we create a custom slab cache to hold pre-allocated 'instances'
43-
* of it... It's size: 328 bytes.
43+
* of it... Size of one structure instance: 328 bytes.
4444
*/
4545
struct myctx {
4646
u32 iarr[10];

0 commit comments

Comments
 (0)
0