projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04d5b9f
)
Staging: fsl-mc: include: mc: Kernel type 's32' preferred over 'int32_t'
author
Shiva Kerdel
<shiva@exdev.nl>
Fri, 11 Nov 2016 11:21:18 +0000
(12:21 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 14 Nov 2016 14:51:15 +0000
(15:51 +0100)
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>
drivers/staging/fsl-mc/include/mc.h
patch
|
blob
|
history
diff --git
a/drivers/staging/fsl-mc/include/mc.h
b/drivers/staging/fsl-mc/include/mc.h
index
a781a36
..
1c46c0c
100644
(file)
--- a/
drivers/staging/fsl-mc/include/mc.h
+++ b/
drivers/staging/fsl-mc/include/mc.h
@@
-81,7
+81,7
@@
enum fsl_mc_pool_type {
*/
struct fsl_mc_resource {
enum fsl_mc_pool_type type;
-
int32_t
id;
+
s32
id;
void *data;
struct fsl_mc_resource_pool *parent_pool;
struct list_head node;