Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1322510 > unrolled thread

[PATCH] Staging: clocking-wizard: CHECK:Please use a blank line

Started bySirnamSwetha <theonly.ultimate@gmail.com>
First post2016-01-30 22:00 +0100
Last post2016-01-30 22:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] Staging: clocking-wizard: CHECK:Please use a blank line SirnamSwetha <theonly.ultimate@gmail.com> - 2016-01-30 22:00 +0100

#1322510 — [PATCH] Staging: clocking-wizard: CHECK:Please use a blank line

FromSirnamSwetha <theonly.ultimate@gmail.com>
Date2016-01-30 22:00 +0100
Subject[PATCH] Staging: clocking-wizard: CHECK:Please use a blank line
Message-ID<qWKMG-TE-9@gated-at.bofh.it>
This patch fixes the checkpatch.pl issue:

CHECK: Please use a blank line after function/struct/union/enum declarations

Signed-off-by: SirnamSwetha <theonly.ultimate@gmail.com>
---
 drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
index 72c79aa..7b8be52 100644
--- a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
+++ b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
@@ -71,6 +71,7 @@ struct clk_wzrd {
 	int speed_grade;
 	bool suspended;
 };
+
 #define to_clk_wzrd(_nb) container_of(_nb, struct clk_wzrd, nb)
 
 /* maximum frequencies for input/output clocks per speed grade */
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web