From 0e4791fd51beeec541ebb917611e25edb38d1133 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Mon, 5 Mar 2018 16:06:30 +0000 Subject: [PATCH] Improve kernel module doc --- kernel_module/platform_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel_module/platform_device.c b/kernel_module/platform_device.c index bd78aca..d307c15 100644 --- a/kernel_module/platform_device.c +++ b/kernel_module/platform_device.c @@ -19,7 +19,7 @@ Also without insmodding this module, try: devmem 0x101e9000 w 0x12345678 -which touches from userland through /dev/mem. +which touches the register from userland through /dev/mem. */ #include