فهرست منبع

Staging: clocking-wizard: CHECK:Please use a blank line

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>
SirnamSwetha 9 سال پیش
والد
کامیت
6e0906c72f
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c

+ 1 - 0
drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c

@@ -71,6 +71,7 @@ struct clk_wzrd {
 	int speed_grade;
 	int speed_grade;
 	bool suspended;
 	bool suspended;
 };
 };
+
 #define to_clk_wzrd(_nb) container_of(_nb, struct clk_wzrd, nb)
 #define to_clk_wzrd(_nb) container_of(_nb, struct clk_wzrd, nb)
 
 
 /* maximum frequencies for input/output clocks per speed grade */
 /* maximum frequencies for input/output clocks per speed grade */