Staging: clocking-wizard: CHECK:Please use a blank line
authorSirnamSwetha <theonly.ultimate@gmail.com>
Sat, 30 Jan 2016 20:51:52 +0000 (02:21 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 04:05:31 +0000 (20:05 -0800)
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c

index 72c79aa..7b8be52 100644 (file)
@@ -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 */