kernel: Checkpatch fixups
I was pretty careful, but these snuck in. Most of them are due to
overbroad string replacements in comments. The pull request is very
large, and I'm too lazy to find exactly where to back-merge all of
these.
Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
diff --git a/include/kernel.h b/include/kernel.h
index 8d2a7d8..936dcc9 100644
--- a/include/kernel.h
+++ b/include/kernel.h
@@ -1219,6 +1219,10 @@
__syscall const char *k_thread_name_get(k_tid_t thread_id);
/**
+ * @}
+ */
+
+/**
* @addtogroup clock_apis
* @{
*/