Added kmalloc/kfree to Hello World.
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sun, 16 May 2010 16:04:40 +0000 (13:04 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sun, 16 May 2010 16:04:40 +0000 (13:04 -0300)
02hello/hello

index 9fd20b5..433de87 100644 (file)
@@ -70,3 +70,8 @@ Besides *MODULE\\_PARM\\_DESC* to inform user about the parameter, we must use
 
 FIX_ME
        module_param(name, type, perm);
+
+# Memory allocation
+
+* kmalloc
+* kfree