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:
parent
af7bf89ed2
commit
cfe62038d2
10 changed files with 43 additions and 31 deletions
|
@ -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
|
||||
* @{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue