Add parameter to the reference of an extern function
This commit adds the parameter to the reference of the extern function in order to avoid the checkpatch issue ERROR:FUNCTION_WITHOUT_ARGS. Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@linux.intel.com> Change-Id: I42c53314232622a8e2e615420584601ce9b85404
This commit is contained in:
parent
6201e1e5a9
commit
31dddb9e1b
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ This modules tests the following semaphore routines:
|
|||
|
||||
#include <util_test_common.h>
|
||||
|
||||
extern void trigger_isrSemaSignal();
|
||||
extern void trigger_isrSemaSignal(ksem_t semaphore);
|
||||
extern void releaseTestFiber (void);
|
||||
|
||||
/* defines */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue