Re: [RFC PATCH v2 1/7] ktask: add documentation

From: Daniel Jordan
Date: Fri Aug 25 2017 - 10:12:52 EST


On 08/24/2017 07:07 PM, Randy Dunlap wrote:
On 08/24/2017 01:49 PM, Daniel Jordan wrote:
diff --git a/Documentation/core-api/ktask.rst b/Documentation/core-api/ktask.rst
new file mode 100644
index 000000000000..cb4b0d87c8c6
--- /dev/null
+++ b/Documentation/core-api/ktask.rst
@@ -0,0 +1,104 @@
+============================================
+ktask: parallelize cpu-intensive kernel work
+============================================
Hi,

I would prefer to use CPU instead of cpu.

Ok, a quick grep through Documentation shows that CPU is used more often than cpu, so for consistency I'll change it.

Otherwise, Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Thanks for the review, Randy.

Daniel