From 51d96f56e5f057dfdb89a773a30bc7ff2f53929a Mon Sep 17 00:00:00 2001 From: Arush Sharma <46960231+arushsharma24@users.noreply.github.com> Date: Sun, 8 Aug 2021 02:23:07 +0530 Subject: [PATCH] fix minor typo Fixes a very minor typo. --- lkmpg.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lkmpg.tex b/lkmpg.tex index 146799a..bdf7175 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -1564,7 +1564,7 @@ You might need to do this for a short time and that is OK, but if you do not ena \section{Where To Go From Here?} \label{sec:where_to_go} -For people seriously interested in kernel programming, I recommend \href{https://kernelnewbies.org}{kernelnewbies.org} and the \emph{Documentation} subdirectory within the kernel source code which is bot always easy to understand but can be a starting point for further investigation. +For people seriously interested in kernel programming, I recommend \href{https://kernelnewbies.org}{kernelnewbies.org} and the \emph{Documentation} subdirectory within the kernel source code which is not always easy to understand but can be a starting point for further investigation. Also, as Linus Torvalds said, the best way to learn the kernel is to read the source code yourself. If you are interested in more examples of short kernel modules then searching on sites such as Github and Gitlab is a good way to start, although there is a lot of duplication of older LKMPG examples which may not compile with newer kernel versions.