Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1322510
| From | SirnamSwetha <theonly.ultimate@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] Staging: clocking-wizard: CHECK:Please use a blank line |
| Date | 2016-01-30 22:00 +0100 |
| Message-ID | <qWKMG-TE-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] Staging: clocking-wizard: CHECK:Please use a blank line SirnamSwetha <theonly.ultimate@gmail.com> - 2016-01-30 22:00 +0100
csiph-web