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>
This commit is contained in:
Andy Ross 2018-09-29 07:34:55 -07:00 committed by Anas Nashif
commit cfe62038d2
10 changed files with 43 additions and 31 deletions

View file

@ -1218,6 +1218,10 @@ __syscall void k_thread_name_set(k_tid_t thread_id, const char *value);
*/
__syscall const char *k_thread_name_get(k_tid_t thread_id);
/**
* @}
*/
/**
* @addtogroup clock_apis
* @{