Fix nxstyle issue

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-05-07 00:16:58 +08:00
committed by patacongo
parent 94bb2e05bb
commit 3e00d182d2
7 changed files with 59 additions and 55 deletions
+4 -3
View File
@@ -118,11 +118,12 @@ static int usbtrace_syslog(const char *fmt, ...)
* Name: usbtrace_enable
*
* Description:
* Enable/disable tracing per trace ID. The initial state is all IDs enabled.
* Enable/disable tracing per trace ID. The initial state is all IDs
* enabled.
*
* Input Parameters:
* idset - The bitset of IDs to be masked. TRACE_ALLIDS enables all IDS; zero
* masks all IDs.
* idset - The bitset of IDs to be masked. TRACE_ALLIDS enables all IDS;
* zero masks all IDs.
*
* Returned Value:
* The previous idset value.