Bluetooth: Controller: Fix coding style, use of (void)

Remove use of (void) before unused functions return values.
Replace use of (void) with ARG_UNUSED for unused parameters.

Change-id: I9ffea666f10dbdc01710df723e0df253a1cdd6e6
Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
This commit is contained in:
Vinayak Chettimada 2016-08-25 19:22:48 +02:00 committed by Johan Hedberg
commit 22e3f62e07
3 changed files with 80 additions and 86 deletions

View file

@ -318,7 +318,7 @@ static int native_open(void)
{
uint32_t retval;
(void)clock_k32src_start(1);
clock_k32src_start(1);
_ticker_users[RADIO_TICKER_USER_ID_WORKER][0] =
RADIO_TICKER_USER_WORKER_OPS;