kernel: syscalls: Whitespace fixups
The semi-automated API changes weren't checkpatch aware. Fix up whitespace warnings that snuck into the previous patches. Really this should be squashed, but that's somewhat difficult given the structure of the series. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
075c94f6e2
commit
643701aaf8
14 changed files with 55 additions and 29 deletions
|
@ -7,7 +7,8 @@
|
|||
#include <syscall_handler.h>
|
||||
#include <drivers/hwinfo.h>
|
||||
|
||||
ssize_t z_vrfy_hwinfo_get_device_id(u8_t *buffer, size_t length) {
|
||||
ssize_t z_vrfy_hwinfo_get_device_id(u8_t *buffer, size_t length)
|
||||
{
|
||||
Z_OOPS(Z_SYSCALL_MEMORY_WRITE(buffer, length));
|
||||
|
||||
return z_impl_hwinfo_get_device_id((u8_t *)buffer, (size_t)length);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue