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 72c79aa29fb41e6b5bd222d627a53afff74e2078..7b8be5293883b2d5f5ba96ff4bc9e860d37d3a63 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 */
This page took 0.025886 seconds and 5 git commands to generate.