kernel: Move M_IOV malloc definition to correct header.
authorzrj <rimvydas.jasinskas@gmail.com>
Thu, 17 Oct 2019 11:41:17 +0000 (14:41 +0300)
committerzrj <rimvydas.jasinskas@gmail.com>
Thu, 24 Oct 2019 12:20:17 +0000 (15:20 +0300)
commitf4ed42b7e42317ff22563574eb936daebe387ca9
treea45ceb4c6b449aa2926970ef14a903a6bf8a9a94
parenta4e7df4db2cd75679cc35cfdcaf3bfa59040956e
kernel: Move M_IOV malloc definition to correct header.

 It is possible because <sys/uio.h> already must include the
 <sys/malloc.h> unconditionally for _KERNEL.

 While there, minor trailing whitespaces cleanup.
sys/sys/malloc.h
sys/sys/uio.h