aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandhya Bankar <bankarsandhya512@gmail.com>2016-03-13 16:41:23 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-28 07:30:36 -0700
commitc70aa60bdc12347120b0f3277de2ec6c26988a2e (patch)
tree651b7ca9504af3a25029633e6ca08f3ca2182165
parentStaging: gs_fpgaboot: Add space around '+'. (diff)
downloadlinux-dev-c70aa60bdc12347120b0f3277de2ec6c26988a2e.tar.xz
linux-dev-c70aa60bdc12347120b0f3277de2ec6c26988a2e.zip
Staging: gs_fpgaboot: Replace 'int32_t' with 'int'.
Replace 'int32_t' with 'int'. Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/gs_fpgaboot/gs_fpgaboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.h b/drivers/staging/gs_fpgaboot/gs_fpgaboot.h
index f41f4cc798cc..8cc32555dbf3 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;
+ int lendata;
char *fpgadata;
};