All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] Staging: gs_fpgaboot: Use kernel type 's32' over 'int32_t'.
@ 2016-03-06  9:10 Sandhya Bankar
  2016-03-11 21:35 ` [Outreachy kernel] " Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Sandhya Bankar @ 2016-03-06  9:10 UTC (permalink / raw)
  To: outreachy-kernel

Use kernel type 's32' over 'int32_t'. 

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
---
Changes in v3:
* No change.
*Compile this patch to check nothing is broken.

 drivers/staging/gs_fpgaboot/gs_fpgaboot.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.h b/drivers/staging/gs_fpgaboot/gs_fpgaboot.h
index f41f4cc..93a61ad 100644
--- a/drivers/staging/gs_fpgaboot/gs_fpgaboot.h
+++ b/drivers/staging/gs_fpgaboot/gs_fpgaboot.h
@@ -51,6 +51,6 @@ struct fpgaimage {
 	char	part[MAX_STR];
 	char	date[MAX_STR];
 	char	time[MAX_STR];
-	int32_t	lendata;
+	s32	lendata;
 	char	*fpgadata;
 };
-- 
1.8.3.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-11 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-06  9:10 [PATCH v3] Staging: gs_fpgaboot: Use kernel type 's32' over 'int32_t' Sandhya Bankar
2016-03-11 21:35 ` [Outreachy kernel] " Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.