* [PATCH] Staging: bus: Open brace '{' should be on the previous line.
@ 2016-09-12 20:11 Sandhya Bankar
2016-09-13 12:59 ` [Outreachy kernel] " Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Sandhya Bankar @ 2016-09-12 20:11 UTC (permalink / raw)
To: outreachy-kernel
Open brace '{' should be on the previous line.This error is found by checkpatch.pl script.
Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
---
drivers/bus/arm-ccn.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/bus/arm-ccn.c b/drivers/bus/arm-ccn.c
index 97a9185..17e30cf 100644
--- a/drivers/bus/arm-ccn.c
+++ b/drivers/bus/arm-ccn.c
@@ -1311,8 +1311,7 @@ static void arm_ccn_pmu_cleanup(struct arm_ccn *ccn)
static int arm_ccn_for_each_valid_region(struct arm_ccn *ccn,
int (*callback)(struct arm_ccn *ccn, int region,
- void __iomem *base, u32 type, u32 id))
-{
+ void __iomem *base, u32 type, u32 id)) {
int region;
for (region = 0; region < CCN_NUM_REGIONS; region++) {
--
1.8.2.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Outreachy kernel] [PATCH] Staging: bus: Open brace '{' should be on the previous line.
2016-09-12 20:11 [PATCH] Staging: bus: Open brace '{' should be on the previous line Sandhya Bankar
@ 2016-09-13 12:59 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-09-13 12:59 UTC (permalink / raw)
To: Sandhya Bankar; +Cc: outreachy-kernel
On Tue, Sep 13, 2016 at 01:41:06AM +0530, Sandhya Bankar wrote:
> Open brace '{' should be on the previous line.This error is found by checkpatch.pl script.
Same comment here :(
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-13 12:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-12 20:11 [PATCH] Staging: bus: Open brace '{' should be on the previous line Sandhya Bankar
2016-09-13 12:59 ` [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.