Trivial change left in editor
This commit is contained in:
parent
a932578e76
commit
2d92bffdcc
|
@ -99,7 +99,7 @@ static const struct file_operations g_gpio_drvrops =
|
|||
static int gpio_handler(FAR struct gpio_dev_s *dev)
|
||||
{
|
||||
DEBUGASSERT(dev != NULL);
|
||||
kill(dev->gp_pid, dev->gp_signo);
|
||||
(void)kill(dev->gp_pid, dev->gp_signo);
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue