From e6aa813b5aee6951cb1d000dc32723f076ef26b3 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Sat, 5 Dec 2009 23:25:29 -0200 Subject: [PATCH] Fix presentation build. --- 01.hello/01.hello.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/01.hello/01.hello.xml b/01.hello/01.hello.xml index 5f424e6..b6b2969 100644 --- a/01.hello/01.hello.xml +++ b/01.hello/01.hello.xml @@ -37,16 +37,16 @@ We have prepared sample code to build in the samples/ directory. Try them. Init and Exit Functions -We use module_init and module_exit to -declare our init and exit functions. +We use module\_init and module\_exit +to declare our init and exit functions. Init and Exit Functions -The __init and __exit marks allow the -kernel to remove them when they are not needed, reducing memory consumption. +The \_\_init and \_\_exit marks allow +the kernel to remove them when they are not needed, reducing memory consumption. -- 2.20.1