mirror of https://gitee.com/openkylin/linux.git
Staging: fsl-mc: include: mc: Kernel type 's32' preferred over 'int32_t'
Follow the kernel type preferrences of using 's32' over 'int32_t'. Signed-off-by: Shiva Kerdel <shiva@exdev.nl> Acked-by: Stuart Yoder <stuart.yoder@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
04d5b9f79c
commit
e273d54380
|
@ -81,7 +81,7 @@ enum fsl_mc_pool_type {
|
||||||
*/
|
*/
|
||||||
struct fsl_mc_resource {
|
struct fsl_mc_resource {
|
||||||
enum fsl_mc_pool_type type;
|
enum fsl_mc_pool_type type;
|
||||||
int32_t id;
|
s32 id;
|
||||||
void *data;
|
void *data;
|
||||||
struct fsl_mc_resource_pool *parent_pool;
|
struct fsl_mc_resource_pool *parent_pool;
|
||||||
struct list_head node;
|
struct list_head node;
|
||||||
|
|
Loading…
Reference in New Issue