* [PATCH 1/3] Staging: gs_fpgaboot: Fix alignment to match open parenthesis
@ 2016-02-23 12:22 Sandhya Bankar
0 siblings, 0 replies; 2+ messages in thread
From: Sandhya Bankar @ 2016-02-23 12:22 UTC (permalink / raw)
To: outreachy-kernel
Fix alignment to match open parenthesis.
Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
---
drivers/staging/gs_fpgaboot/gs_fpgaboot.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
index fe3a6bc..53c3301 100644
--- a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
+++ b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
@@ -201,7 +201,7 @@ static int gs_download_image(struct fpgaimage *fimage, enum wbus bus_bytes)
#endif /* DEBUG_FPGA */
if (!xl_supported_prog_bus_width(bus_bytes)) {
pr_err("unsupported program bus width %d\n",
- bus_bytes);
+ bus_bytes);
return -1;
}
@@ -277,7 +277,7 @@ static int gs_set_download_method(struct fpgaimage *fimage)
static int init_driver(void)
{
firmware_pdev = platform_device_register_simple("fpgaboot", -1,
- NULL, 0);
+ NULL, 0);
return PTR_ERR_OR_ZERO(firmware_pdev);
}
--
1.8.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 1/3] Staging: gs_fpgaboot: Fix alignment to match open parenthesis.
2016-03-13 10:14 [PATCH 0/3] Staging : Fix multiple coding style issues Sandhya Bankar
@ 2016-03-13 10:18 ` Sandhya Bankar
0 siblings, 0 replies; 2+ messages in thread
From: Sandhya Bankar @ 2016-03-13 10:18 UTC (permalink / raw)
To: outreachy-kernel
Fix alignment to match open parenthesis.
Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
---
drivers/staging/gs_fpgaboot/gs_fpgaboot.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
index 7b7c978..de1a9a6 100644
--- a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
+++ b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
@@ -201,7 +201,7 @@ static int gs_download_image(struct fpgaimage *fimage, enum wbus bus_bytes)
#endif /* DEBUG_FPGA */
if (!xl_supported_prog_bus_width(bus_bytes)) {
pr_err("unsupported program bus width %d\n",
- bus_bytes);
+ bus_bytes);
return -1;
}
@@ -277,7 +277,7 @@ static int gs_set_download_method(struct fpgaimage *fimage)
static int init_driver(void)
{
firmware_pdev = platform_device_register_simple("fpgaboot", -1,
- NULL, 0);
+ NULL, 0);
return PTR_ERR_OR_ZERO(firmware_pdev);
}
--
1.8.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-13 18:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-23 12:22 [PATCH 1/3] Staging: gs_fpgaboot: Fix alignment to match open parenthesis Sandhya Bankar
-- strict thread matches above, loose matches on Subject: below --
2016-03-13 10:14 [PATCH 0/3] Staging : Fix multiple coding style issues Sandhya Bankar
2016-03-13 10:18 ` [PATCH 1/3] Staging: gs_fpgaboot: Fix alignment to match open parenthesis Sandhya Bankar
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.